From 4a357ae6c6c8833958c1d65c2ccd1c8f853ae11f Mon Sep 17 00:00:00 2001 From: Postmodern Date: Tue, 19 Sep 2023 14:52:08 -0700 Subject: [PATCH] Updated the ChangeLog for 1.0.3. --- ChangeLog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 6ffbeb0a7..91bb402e0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,20 @@ +### 1.0.3 / 2023-09-19 + +* {Ronin::Support::Crypto::Cert::Name#entries} now returns UTF-8 encoded + Strings. +* {Ronin::Support::Crypto::Cert.Name} now passes through + {Ronin::Support::Crypto::Cert::Name} objects instead of copying them. +* Fixed a bug in {Ronin::Support::Crypto::Cert.generate} when it is given a + `OpenSSL::PKey::EC` signing key. +* Fixed a bug in {Ronin::Support::Network::SSL::Mixin#ssl_connect} where the + `OpenSSL::SSL::SSLSocket#hostname` attribute was not being set to the + host being connected to, which prevented connecting to TLS servers that use + SNI. +* Fixed {Ronin::Support::Network::IP#set} to return `self`. +* Fixed {Ronin::Support::Network::IP#inspect} to call the lazy-initialized + {Ronin::Support::Network::IP#address} method instead of the `@address` + instance variable directly. + ### 1.0.2 / 2023-06-09 * Fixed a bug in {Ronin::Support::Encoding::Base32.decode},