]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTESTS: ssl: split the SSL reuse test into TLS 1.2/1.3
authorWilly Tarreau <w@1wt.eu>
Tue, 18 Nov 2025 10:40:52 +0000 (11:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 18 Nov 2025 15:51:56 +0000 (16:51 +0100)
commit14cb3799df5f945936920d3d3778dc3900471ccd
tree16475da05bf0f14f6f4993c9bcfb6993ee04274a
parent177816d2b80ba9bdedc075ec3d4dc1fb9fd823ab
REGTESTS: ssl: split the SSL reuse test into TLS 1.2/1.3

QUIC and TLS don't use the same tests because QUIC only supports
TLS 1.3 while SSL tests both TLS 1.2 and 1.3, which complicates
the tests scenarios.

This change extracts the core of the test into a single generic
ssl_reuse.vtci file and creates new high-level tests for TLSv1.2
over TCP, TLSv1.3 over TCP and TLSv1.3 over QUIC, which simply
include this file and set two variables. The test is now cleaner
and simpler.
reg-tests/quic/ssl_reuse.vtc [deleted file]
reg-tests/quic/tls13_reuse.vtc [new file with mode: 0644]
reg-tests/ssl/ssl_reuse.vtci [moved from reg-tests/ssl/ssl_reuse.vtc with 60% similarity]
reg-tests/ssl/tls12_reuse.vtc [new file with mode: 0644]
reg-tests/ssl/tls13_reuse.vtc [new file with mode: 0644]