Use wolfSSL 5.7.4 for tests

This adds support for ML-KEM etc.
This commit is contained in:
Tobias Brunner
2024-11-22 14:03:17 +01:00
parent cc53a04c7a
commit 307dea6b5f
2 changed files with 5 additions and 6 deletions
+2 -4
View File
@@ -2,16 +2,14 @@
PKG = wolfssl
SRC = https://github.com/wolfSSL/$(PKG).git
REV = v5.7.2-stable
REV = v5.7.4-stable
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
CFLAGS = \
-DWOLFSSL_PUBLIC_MP \
-DWOLFSSL_DES_ECB \
-DHAVE_AES_ECB \
-DHAVE_ECC_BRAINPOOL \
-DWOLFSSL_MIN_AUTH_TAG_SZ=8
-DHAVE_ECC_BRAINPOOL
CONFIG_OPTS = \
--disable-crypttests \