(unreleased)
- +New IP address and port number are logged at DEBUG level when a SSLSocket establishes a connection.
2015-04-14
Backwards incompatible feature release.
-
+Break Library renamed from
OpenSSL::KeylogtoSSLkeylog. -
+Break The library no longer extends (monkeypatches) the
OpenSSL::SSL::SSLSocketclass. This functionality is now provided by module functions onSSLkeylog::OpenSSL. -
+New A simple tracing and logging system built on top of the standard
Logginglibrary and the Ruby 2.0TracePointAPI that allows SSL client connections to be logged.
2015-04-12
(unreleased) First tagged prototype.
- +New
Added the
to_keylogmethod forOpenSSL:SSL::SSLSocketobjects which extracts and formats NSS Key Log data.