EugeneK 23 Posted March 12 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 625 Posted March 12 What is the benefit of keeping the internal TLS keys? Wireshark? Angus Share this post Link to post
EugeneK 23 Posted March 12 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