Use wolfSSL 5.8.0 for tests
This commit is contained in:
+2
-2
@@ -37,7 +37,7 @@ build_botan()
|
|||||||
|
|
||||||
build_wolfssl()
|
build_wolfssl()
|
||||||
{
|
{
|
||||||
WOLFSSL_REV=v5.7.4-stable
|
WOLFSSL_REV=v5.8.0-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
|
||||||
@@ -54,7 +54,7 @@ build_wolfssl()
|
|||||||
--enable-aesccm --enable-aesctr --enable-camellia
|
--enable-aesccm --enable-aesctr --enable-camellia
|
||||||
--enable-curve25519 --enable-curve448 --enable-des3
|
--enable-curve25519 --enable-curve448 --enable-des3
|
||||||
--enable-ecccustcurves --enable-ed25519 --enable-ed448
|
--enable-ecccustcurves --enable-ed25519 --enable-ed448
|
||||||
--enable-keygen --enable-kyber --with-max-rsa-bits=8192
|
--enable-keygen --enable-mlkem --with-max-rsa-bits=8192
|
||||||
--enable-md4 --enable-rsapss --enable-sha3 --enable-shake256"
|
--enable-md4 --enable-rsapss --enable-sha3 --enable-shake256"
|
||||||
|
|
||||||
git clone https://github.com/wolfSSL/wolfssl.git $WOLFSSL_DIR &&
|
git clone https://github.com/wolfSSL/wolfssl.git $WOLFSSL_DIR &&
|
||||||
|
|||||||
@@ -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.4-stable
|
REV = v5.8.0-stable
|
||||||
|
|
||||||
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
|
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
|
||||||
|
|
||||||
@@ -26,8 +26,8 @@ CONFIG_OPTS = \
|
|||||||
--enable-ed25519 \
|
--enable-ed25519 \
|
||||||
--enable-ed448 \
|
--enable-ed448 \
|
||||||
--enable-keygen \
|
--enable-keygen \
|
||||||
--enable-kyber \
|
|
||||||
--enable-md4 \
|
--enable-md4 \
|
||||||
|
--enable-mlkem \
|
||||||
--enable-rsapss \
|
--enable-rsapss \
|
||||||
--enable-sha3 \
|
--enable-sha3 \
|
||||||
--enable-shake256 \
|
--enable-shake256 \
|
||||||
@@ -40,7 +40,7 @@ all: install
|
|||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
.$(PKG)-checkout-$(REV): .$(PKG)-cloned
|
.$(PKG)-checkout-$(REV): .$(PKG)-cloned
|
||||||
cd $(PKG) && git fetch --tags && git checkout $(REV)
|
cd $(PKG) && git fetch -f --tags && git checkout $(REV)
|
||||||
@rm -f .$(PKG)-checkout-* && touch $@
|
@rm -f .$(PKG)-checkout-* && touch $@
|
||||||
|
|
||||||
.$(PKG)-built-$(REV): .$(PKG)-checkout-$(REV)
|
.$(PKG)-built-$(REV): .$(PKG)-checkout-$(REV)
|
||||||
|
|||||||
Reference in New Issue
Block a user