mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27: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
|
@ -182,6 +182,7 @@ set(TERMINAL_DEBUG ON)
|
|||
set(TEXTEDITOR_DEBUG ON)
|
||||
set(THREAD_DEBUG ON)
|
||||
set(TLS_DEBUG ON)
|
||||
set(TLS_SSL_KEYLOG_DEBUG ON)
|
||||
set(TOKENIZER_TRACE_DEBUG ON)
|
||||
set(TTY_DEBUG ON)
|
||||
set(UCI_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue