EugeneK 22 Posted Wednesday at 05:30 PM Hi It would be nice to add keylog callback functions to OpenSSL interface, https://docs.openssl.org/master/man3/SSL_CTX_set_keylog_callback/ OverbyteIcsSSLEAY.pas.patch Share this post Link to post
Angus Robertson 616 Posted Wednesday at 05:37 PM What is the benefit of keeping the internal TLS keys? Wireshark? Angus Share this post Link to post
EugeneK 22 Posted Wednesday at 06:01 PM 15 minutes ago, Angus Robertson said: What is the benefit of keeping the internal TLS keys? Wireshark? Yes, for Wireshark, in next release OpenSSL adds logging directly in the library, but you need to configure it at build time, with these callbacks you can log it with regular build Share this post Link to post