1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/tls/openssl
Andy Green b8c4820be4 openssl: support SSLKEYLOGFILE client secret logging
This patch checks for the env var SSLKEYLOGFILE=path, if present, then
client connection tls secrets are appended into path.vhostname.

This allows decryption of captured encrypted data for debugging purposes.

SSKEYLOGFILE=path env var method is the same as provided by Firefox and
Chrome for this purpose.
2021-12-13 19:02:49 +00:00
..
lws-genaes.c wolfssl: update gencrypto 2021-09-08 09:42:11 +01:00
lws-gencrypto.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lws-genec.c wolfssl: update gencrypto 2021-09-08 09:42:11 +01:00
lws-genhash.c wolfssl: update gencrypto 2021-09-08 09:42:11 +01:00
lws-genrsa.c wolfssl: update gencrypto 2021-09-08 09:42:11 +01:00
openssl-client.c openssl: support SSLKEYLOGFILE client secret logging 2021-12-13 19:02:49 +00:00
openssl-server.c tls: ensure using ssl before doing tls_shutdown 2021-10-05 07:40:17 +01:00
openssl-session.c tls: client: session cache synthetic cb 2021-04-29 20:03:41 +01:00
openssl-ssl.c tls: evolve handshake serialization into simultaneous_ssl_handshake_restriction 2021-10-05 07:40:17 +01:00
openssl-tls.c openssl: remove lws_ssl_get_error_string as cruft 2021-10-29 20:10:55 +01:00
openssl-x509.c wolfssl: update gencrypto 2021-09-08 09:42:11 +01:00
private-lib-tls-openssl.h mbedtls: session cache and resume 2021-04-04 05:44:08 +01:00