]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Call the keylog callback for QUIC openssl wrapper from SSL_CTX_keylog()
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 7 Jun 2023 09:25:35 +0000 (11:25 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 21 Jul 2023 13:54:31 +0000 (15:54 +0200)
commita53e523aef85edf2be5a6beda80b4d732f730f28
treef066bca42163b8eb7f855fa18d54954585456a44
parent557706b34c609fa899a3f30fa6070c3a0e839acb
MINOR: quic: Call the keylog callback for QUIC openssl wrapper from SSL_CTX_keylog()

SSL_CTX_keylog() is the callback used when the TLS keylog feature is enabled with
tune.ssl.keylog configuration setting. But the QUIC openssl wrapper also needs
to use such a callback to receive the QUIC TLS secrets from the TLS stack.

Add a call to the keylog callback for the QUIC openssl wrapper to SSL_CTX_keylog()
to ensure that it will be called when the TLS keylog feature is enabled.
src/ssl_sock.c