github: Use OpenSSL 3.6.3 and 4.0.1 for tests

This commit is contained in:
Tobias Brunner
2026-06-09 13:54:06 +02:00
parent 5973ff8e41
commit ae7bb3bd42
+2 -2
View File
@@ -94,7 +94,7 @@ build_tss2()
build_openssl()
{
: ${SSL_REV=openssl-3.6.1}
: ${SSL_REV=openssl-3.6.3}
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
@@ -227,7 +227,7 @@ openssl*)
use_custom_openssl $1
elif test "$TEST" = "openssl-4"; then
DEPS=""
SSL_REV=openssl-4.0.0
SSL_REV=openssl-4.0.1
use_custom_openssl $1
elif test "$TEST" = "openssl-awslc"; then
DEPS="cmake ninja-build golang"