Skip to content

Commit

Permalink
sslkeylogfile.md: LibreSSL does not support this:
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Feb 28, 2025
1 parent d77e6c6 commit ee1306c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions usingcurl/tls/sslkeylogfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Support for `SSLKEYLOGFILE` is provided by libcurl itself - making it possible f

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

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

0 comments on commit ee1306c

Please sign in to comment.