Skip to content

Commit

Permalink
Updated the ChangeLog for 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Sep 19, 2023
1 parent 9e0fe60 commit 4a357ae
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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},
Expand Down

0 comments on commit 4a357ae

Please sign in to comment.