Use wolfSSL 5.6.0 for tests
The `--enable-heapmath` configure option has been deprecated. As
already described in eae30af029 ("Use wolfSSL 5.4.0 for tests"), the
alternative is to configure `--with-max-rsa-bits=8192` instead in order
to test the modp6144 and modp8192 DH groups.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
PKG = wolfssl
|
||||
SRC = https://github.com/wolfSSL/$(PKG).git
|
||||
REV = v5.5.4-stable
|
||||
REV = v5.6.0-stable
|
||||
|
||||
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
|
||||
|
||||
@@ -27,8 +27,8 @@ CONFIG_OPTS = \
|
||||
--enable-ecccustcurves \
|
||||
--enable-ed25519 \
|
||||
--enable-ed448 \
|
||||
--enable-heapmath \
|
||||
--enable-keygen \
|
||||
--enable-max-rsa-bits=8192 \
|
||||
--enable-md4 \
|
||||
--enable-rsapss \
|
||||
--enable-sha3 \
|
||||
|
||||
Reference in New Issue
Block a user