Skip to content

Commit 09c5287

Browse files
yedayakbagder
authored andcommitted
sslkeylogfile: Clarify support of libreSSL
It works, but only for TLS <= 1.2 Ref: curl/curl#13682
1 parent 1105622 commit 09c5287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usingcurl/tls/sslkeylogfile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Support for `SSLKEYLOGFILE` is provided by libcurl itself - making it possible f
2525

2626
The support for `SSLKEYLOGFILE` requires that curl was built with a TLS
2727
backend that supports this feature. The backends that support SSLKEYLOGFILE
28-
are: OpenSSL, AWS-LC, BoringSSL, GnuTLS and wolfSSL. (Note that this list does
29-
not include LibreSSL in spite of it being an OpenSSL fork.)
28+
are: OpenSSL, AWS-LC, BoringSSL, GnuTLS and wolfSSL. LibreSSL (a fork of
29+
OpenSSL) only supports it for TLS <= 1.2
3030

3131
If curl was built to use another backend, you cannot record your curl TLS
3232
traffic this way.

0 commit comments

Comments
 (0)