]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: ssl: enable the ssl_reuse.vtc test for WolfSSL
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 20 Dec 2022 14:27:33 +0000 (15:27 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 20 Dec 2022 14:28:37 +0000 (15:28 +0100)
Not working yet but it is needed to debug session resumption with
wolfSSL.

Could be backported in 2.7.

reg-tests/ssl/ssl_reuse.vtc

index 4ebd34eaeeacfbacc18f8c50815a90e08043f554..d7244eeb4d88517b07f0f3989487c0769e197ffa 100644 (file)
@@ -5,7 +5,7 @@
 
 
 varnishtest "Test if the SSL session/ticket reuse work correctly"
-feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1)'"
+feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL_WOLFSSL) || feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1)'"
 feature ignore_unknown_macro
 
 server s1 -repeat 84 {