diff options
| -rw-r--r-- | ext/openssl/History.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ext/openssl/History.md b/ext/openssl/History.md index a4f6bd7fd6..de13e1f32a 100644 --- a/ext/openssl/History.md +++ b/ext/openssl/History.md @@ -124,6 +124,21 @@ Notable changes [[GitHub #342]](https://github.com/ruby/openssl/issues/342) +Version 2.2.3 +============= + +Bug fixes +--------- + +* Fix serveral methods in OpenSSL::PKey::EC::Point attempting to raise an error + with an incorrect class, which would end up with a TypeError. + [[GitHub #570]](https://github.com/ruby/openssl/pull/570) +* Fix OpenSSL::PKey::EC::Point#eql? and OpenSSL::PKey::EC::Group#eql? + incorrectly treated OpenSSL's internal errors as "not equal". + [[GitHub #564]](https://github.com/ruby/openssl/pull/564) +* Fix build with LibreSSL 3.5 or later. + + Version 2.2.2 ============= |
