mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-07 00:01:49 -04:00
Use wolfSSL 5.7.4 for tests
This adds support for ML-KEM etc.
This commit is contained in:
parent
cc53a04c7a
commit
307dea6b5f
@ -37,7 +37,7 @@ build_botan()
|
|||||||
|
|
||||||
build_wolfssl()
|
build_wolfssl()
|
||||||
{
|
{
|
||||||
WOLFSSL_REV=v5.7.2-stable
|
WOLFSSL_REV=v5.7.4-stable
|
||||||
WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
|
WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
|
||||||
|
|
||||||
if test -d "$WOLFSSL_DIR"; then
|
if test -d "$WOLFSSL_DIR"; then
|
||||||
@ -47,7 +47,8 @@ build_wolfssl()
|
|||||||
echo "$ build_wolfssl()"
|
echo "$ build_wolfssl()"
|
||||||
|
|
||||||
WOLFSSL_CFLAGS="-DWOLFSSL_PUBLIC_MP -DWOLFSSL_DES_ECB -DHAVE_AES_ECB \
|
WOLFSSL_CFLAGS="-DWOLFSSL_PUBLIC_MP -DWOLFSSL_DES_ECB -DHAVE_AES_ECB \
|
||||||
-DHAVE_ECC_BRAINPOOL -DWOLFSSL_MIN_AUTH_TAG_SZ=8"
|
-DHAVE_ECC_BRAINPOOL -DWOLFSSL_MIN_AUTH_TAG_SZ=8 \
|
||||||
|
-DRSA_MIN_SIZE=1024"
|
||||||
WOLFSSL_CONFIG="--prefix=$DEPS_PREFIX
|
WOLFSSL_CONFIG="--prefix=$DEPS_PREFIX
|
||||||
--disable-crypttests --disable-examples
|
--disable-crypttests --disable-examples
|
||||||
--enable-aesccm --enable-aesctr --enable-camellia
|
--enable-aesccm --enable-aesctr --enable-camellia
|
||||||
|
@ -2,16 +2,14 @@
|
|||||||
|
|
||||||
PKG = wolfssl
|
PKG = wolfssl
|
||||||
SRC = https://github.com/wolfSSL/$(PKG).git
|
SRC = https://github.com/wolfSSL/$(PKG).git
|
||||||
REV = v5.7.2-stable
|
REV = v5.7.4-stable
|
||||||
|
|
||||||
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
|
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
|
||||||
|
|
||||||
CFLAGS = \
|
CFLAGS = \
|
||||||
-DWOLFSSL_PUBLIC_MP \
|
-DWOLFSSL_PUBLIC_MP \
|
||||||
-DWOLFSSL_DES_ECB \
|
|
||||||
-DHAVE_AES_ECB \
|
-DHAVE_AES_ECB \
|
||||||
-DHAVE_ECC_BRAINPOOL \
|
-DHAVE_ECC_BRAINPOOL
|
||||||
-DWOLFSSL_MIN_AUTH_TAG_SZ=8
|
|
||||||
|
|
||||||
CONFIG_OPTS = \
|
CONFIG_OPTS = \
|
||||||
--disable-crypttests \
|
--disable-crypttests \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user