-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tls: add keylogger callback function
* THIS IS ONLY FOR DEBUGGING PURPOSE. * The key logger is only available with OpenSSL >= v1.1.1 * It is only compiled if TRACE_SSL is defined * TRACE_SSL must define a writeable location and filename * In case the conditions above are fulfiled, it allows the developer to log key material of a tls connection. Including the key material into eg. Wireshark allows the developer to decrypt the SSL stream.
- Loading branch information
1 parent
e1d664d
commit cb5f423
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters