mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-12-05 17:51:15 +01:00
REGTESTS: ssl enable tls12_reuse.vtc for AWS-LC
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.
This commit is contained in:
parent
cdca48b88c
commit
c7b5d2552a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user