(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::Keylog
toSSLkeylog
. -
+Break The library no longer extends (monkeypatches) the
OpenSSL::SSL::SSLSocket
class. This functionality is now provided by module functions onSSLkeylog::OpenSSL
. -
+New A simple tracing and logging system built on top of the standard
Logging
library and the Ruby 2.0TracePoint
API that allows SSL client connections to be logged.
2015-04-12
(unreleased) First tagged prototype.
- +New
Added the
to_keylog
method forOpenSSL:SSL::SSLSocket
objects which extracts and formats NSS Key Log data.