]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTESTS: add a new "ssl_alpn" test to test ALPN negotiation
authorWilly Tarreau <w@1wt.eu>
Wed, 19 Apr 2023 06:34:01 +0000 (08:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 19 Apr 2023 06:38:06 +0000 (08:38 +0200)
commit2e3c04a7c76de4a8a1dd06dacb9fc1f3d2ac4e09
tree92a2ab74708861d8636ae0f250c5c6a757dcfb31
parent158c18e85a1e12c334b88144de2759a330916491
REGTESTS: add a new "ssl_alpn" test to test ALPN negotiation

This teg-test verifies that different ALPN values on the "server" line
will negotiate the expected protocol depending on the ALPN "bind" line.
reg-tests/ssl/ssl_alpn.vtc [new file with mode: 0644]