From cb7becb0671ae2ca435384b0133b484e495a2af2 Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur Date: Wed, 9 Feb 2022 23:12:56 +0330 Subject: 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 :^) --- AK/Debug.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'AK') diff --git a/AK/Debug.h.in b/AK/Debug.h.in index c1ccbef417..bc57678f95 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -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 -- cgit v1.2.3