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:
Tobias Brunner
2023-03-30 10:32:45 +02:00
parent 67e9cb161d
commit e288c507b6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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 \