Skip to content

Commit ee1306c

Browse files
committed
sslkeylogfile.md: LibreSSL does not support this:
Ref: curl/curl#13672
1 parent d77e6c6 commit ee1306c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

usingcurl/tls/sslkeylogfile.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +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, libressl, BoringSSL, GnuTLS and wolfSSL.
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.)
2930

30-
If curl was built to use another backend, you cannot record your curl TLS traffic this way.
31+
If curl was built to use another backend, you cannot record your curl TLS
32+
traffic this way.

0 commit comments

Comments
 (0)