EugeneK 22 Posted 13 hours ago 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 612 Posted 13 hours ago What is the benefit of keeping the internal TLS keys? Wireshark? Angus Share this post Link to post
EugeneK 22 Posted 13 hours ago 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