]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use wolfSSL 5.7.2 for tests
authorTobias Brunner <tobias@strongswan.org>
Thu, 11 Jul 2024 13:57:12 +0000 (15:57 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 11 Jul 2024 13:57:12 +0000 (15:57 +0200)
scripts/test.sh
testing/scripts/recipes/012_wolfssl.mk

index a764d2d8214769d53de2cef56ffa66dd55624e6d..2ba4503e196ac9b6e110a51e312656da0b5fd180 100755 (executable)
@@ -37,7 +37,7 @@ build_botan()
 
 build_wolfssl()
 {
-       WOLFSSL_REV=v5.7.0-stable
+       WOLFSSL_REV=v5.7.2-stable
        WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
 
        if test -d "$WOLFSSL_DIR"; then
index 438a664be05efdc0886292c04e86b4784b3141c9..e836aa5f605bb99ba242093b6f4827121e399670 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = wolfssl
 SRC = https://github.com/wolfSSL/$(PKG).git
-REV = v5.7.0-stable
+REV = v5.7.2-stable
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
 
@@ -28,11 +28,11 @@ CONFIG_OPTS = \
        --enable-ed25519 \
        --enable-ed448 \
        --enable-keygen \
-       --enable-max-rsa-bits=8192 \
        --enable-md4 \
        --enable-rsapss \
        --enable-sha3 \
-       --enable-shake256
+       --enable-shake256 \
+       --with-max-rsa-bits=8192
 
 all: install