Use wolfSSL 5.7.2 for tests

This commit is contained in:
Tobias Brunner 2024-07-11 15:57:12 +02:00
parent c4bce2b79b
commit d759bd9efa
2 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ build_botan()
build_wolfssl() build_wolfssl()
{ {
WOLFSSL_REV=v5.7.0-stable WOLFSSL_REV=v5.7.2-stable
WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
if test -d "$WOLFSSL_DIR"; then if test -d "$WOLFSSL_DIR"; then

View File

@ -2,7 +2,7 @@
PKG = wolfssl PKG = wolfssl
SRC = https://github.com/wolfSSL/$(PKG).git SRC = https://github.com/wolfSSL/$(PKG).git
REV = v5.7.0-stable REV = v5.7.2-stable
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN) NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
@ -28,11 +28,11 @@ CONFIG_OPTS = \
--enable-ed25519 \ --enable-ed25519 \
--enable-ed448 \ --enable-ed448 \
--enable-keygen \ --enable-keygen \
--enable-max-rsa-bits=8192 \
--enable-md4 \ --enable-md4 \
--enable-rsapss \ --enable-rsapss \
--enable-sha3 \ --enable-sha3 \
--enable-shake256 --enable-shake256 \
--with-max-rsa-bits=8192
all: install all: install