mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-12-04 09:11:02 +01:00
This scripts is supported by OpenSSL 3.5 QUIC API since this previous commit: BUG/MINOR: quic: backend SSL session reuse fix (HAVE_OPENSSL_QUIC) Should be backported where this commit is backported.
11 lines
363 B
Plaintext
11 lines
363 B
Plaintext
#REGTEST_TYPE=devel
|
|
|
|
# Same test as ssl/ssl_reuse.vtc, but with QUIC connections where applicable (only for TLSv3)
|
|
|
|
varnishtest "Test if the SSL session/ticket reuse work correctly"
|
|
|
|
feature cmd "$HAPROXY_PROGRAM -cc 'feature(QUIC) && !feature(QUIC_OPENSSL_COMPAT) && !feature(OPENSSL_WOLFSSL)'"
|
|
|
|
setenv VTC_SOCK_TYPE quic
|
|
include ${testdir}/../ssl/ssl_reuse.vtc
|