From 046aadb89b62d5ca5b8a0a061e5682f82defa22d Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Fri, 23 Dec 2022 08:40:26 +0900 Subject: [ruby/openssl] Ruby/OpenSSL 2.2.3 https://github.com/ruby/openssl/commit/04acccd692 --- ext/openssl/History.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 ============= -- cgit v1.2.1