github: Add build against OpenSSL 4.0.0

This commit is contained in:
Tobias Brunner
2026-05-06 10:46:43 +02:00
parent 8ff3238027
commit 4acf09644c
3 changed files with 119 additions and 2 deletions
+5 -1
View File
@@ -94,7 +94,7 @@ build_tss2()
build_openssl()
{
SSL_REV=openssl-3.6.1
: ${SSL_REV=openssl-3.6.1}
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
@@ -236,6 +236,10 @@ openssl*)
if test "$TEST" = "openssl-3"; then
DEPS=""
use_custom_openssl $1
elif test "$TEST" = "openssl-4"; then
DEPS=""
SSL_REV=openssl-4.0.0
use_custom_openssl $1
elif test "$TEST" = "openssl-awslc"; then
DEPS="cmake ninja-build golang"
use_custom_openssl $1