]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTESTS: quic: ssl_curve_name.vtc supported by QUIC
authorFrederic Lecaille <flecaille@haproxy.com>
Wed, 3 Dec 2025 09:37:48 +0000 (10:37 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Mon, 8 Dec 2025 09:40:59 +0000 (10:40 +0100)
commit4214c97dd4e4062fbdef5d8afd39dc6837e68ce2
tree466d28b91c58a1b3b1f307340baedfbeb824c0e2
parentc615b14facd3d8f4d1b86366380c79c3ff2c4831
REGTESTS: quic: ssl_curve_name.vtc supported by QUIC

ssl/ssl_curve_name.vtc was renamed to ssl/ssl_curve_name.vtci
to produce a common part runnable both for QUIC and TCP listeners.
Then ssl_curve_name.vtc files were created both under ssl and quic directories
to call this .vtci file with correct VTC_SOCK_TYPE environment values
("quic" for QUIC listeners and "stream" for TCP listeners);

Note that this script works by chance for QUIC because the curves
selection matches the default ones used by QUIC.
reg-tests/quic/ssl_curve_name.vtc [new file with mode: 0644]
reg-tests/ssl/ssl_curve_name.vtc
reg-tests/ssl/ssl_curve_name.vtci [new file with mode: 0644]