]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: ssl enable tls12_reuse.vtc for AWS-LC
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 4 Dec 2025 10:40:04 +0000 (11:40 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 4 Dec 2025 10:40:04 +0000 (11:40 +0100)
The TLS resume test was never started with AWS-LC because the TLS1.3
part was not working. Since we split the reg-tests with a TLS1.2 part
and a TLS1.3 part, we can enable the tls1.2 part for AWS-LC.

reg-tests/ssl/tls12_reuse.vtc

index 57d6ca486327948b4de6a74b00df6603b5880490..bd3932e681533e7559576f36f79c463251969c6c 100644 (file)
@@ -4,7 +4,7 @@
 # Each client will try to established a connection, then try to reconnect 20 times resuming.
 
 varnishtest "Test if the SSL session/ticket reuse works correctly for TLSv1.2"
-feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL_WOLFSSL) || feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1)'"
+feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL_AWSLC) || feature(OPENSSL_WOLFSSL) || feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1)'"
 
 setenv VTC_SOCK_TYPE stream
 setenv TLSV TLSv1.2