mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:37:35 +00:00
LibTLS+RequestServer: Add an option to dump TLS keys to a log file
This file allows us to decrypt TLS messages in wireshark, which can help immensely in debugging network stuff :^)
This commit is contained in:
parent
a796207b9f
commit
cb7becb067
4 changed files with 28 additions and 2 deletions
|
@ -434,6 +434,10 @@
|
|||
#cmakedefine01 TLS_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef TLS_SSL_KEYLOG_DEBUG
|
||||
#cmakedefine01 TLS_SSL_KEYLOG_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef TOKENIZER_TRACE_DEBUG
|
||||
#cmakedefine01 TOKENIZER_TRACE_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue