Use wolfSSL 5.8.4 for tests
Also remove the --enable-md4 option. We never supported MD4 via wolfSSL, as it's not available via the hash API we use (would require explicit MD4-specific functions and structures).
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
PKG = wolfssl
|
||||
SRC = https://github.com/wolfSSL/$(PKG).git
|
||||
REV = v5.8.2-stable
|
||||
REV = v5.8.4-stable
|
||||
|
||||
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
|
||||
|
||||
@@ -26,7 +26,6 @@ CONFIG_OPTS = \
|
||||
--enable-ed25519 \
|
||||
--enable-ed448 \
|
||||
--enable-keygen \
|
||||
--enable-md4 \
|
||||
--enable-mlkem \
|
||||
--enable-rsapss \
|
||||
--enable-sha3 \
|
||||
|
||||
Reference in New Issue
Block a user