]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: use `SSL_CTX_set_keylog_callback` with LibreSSL 3.5.0
authorViktor Szakats <commit@vsz.me>
Mon, 7 Aug 2023 22:34:26 +0000 (22:34 +0000)
committerViktor Szakats <commit@vsz.me>
Tue, 8 Aug 2023 09:10:04 +0000 (09:10 +0000)
commite43474b47267cc4809e1974eaf44ba1b381d1bec
treeba47dc58c8d74bc25bdb7cd7faaa4269703ec748
parent762740f4e5fce903f49e2aadaffc601580868bef
openssl: use `SSL_CTX_set_keylog_callback` with LibreSSL 3.5.0

LibreSSL 3.5.0 (2022-02-24) added support for
`SSL_CTX_set_keylog_callback`.

Ref: https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.0-relnotes.txt

Reviewed-by: Jay Satiro
Closes #11615
lib/vtls/openssl.c