From d54a29cc5cf6ce6ee73e13f4fda4807ec9c0f955 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 21 Feb 2025 16:11:04 +0100 Subject: [PATCH] github: Use OpenSSL 3.5.0 to test ML-KEM --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 679ec36ad7..31d58875c4 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -92,7 +92,7 @@ build_tss2() build_openssl() { - SSL_REV=openssl-3.4.1 + SSL_REV=openssl-3.5.0 SSL_DIR=$DEPS_BUILD_DIR/openssl SSL_INS=$DEPS_PREFIX/ssl SSL_OPT="-d shared no-dtls no-ssl3 no-zlib no-idea no-psk -- 2.47.2