]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: implement qc_ssl_do_hanshake()
authorFrederic Lecaille <flecaille@haproxy.com>
Thu, 14 Aug 2025 09:25:00 +0000 (11:25 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Thu, 14 Aug 2025 12:54:47 +0000 (14:54 +0200)
commita874821df39e03c03cd7d9f180f507bc36d77875
tree9cb4a74c9693551a2497ed98d435320ede2e80ad
parentb81a7f428bc0ae32df485c4c15637230eb60f459
MINOR: quic: implement qc_ssl_do_hanshake()

Extract the code in relation with the hanshake SSL API (SSL_do_hanshake()...)
from qc_ssl_provide_quic_data() to implement qc_ssl_do_handshake().
src/quic_ssl.c