summaryrefslogtreecommitdiff
path: root/ext/openssl
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2022-12-23 08:40:26 +0900
committerKazuki Yamaguchi <k@rhe.jp>2022-12-23 09:39:15 +0900
commit046aadb89b62d5ca5b8a0a061e5682f82defa22d (patch)
tree22f7d14d65a731a6fde36bc2fefb373241b3fa43 /ext/openssl
parent75e7b85e3ec0b9724cce585d31c2c3c5aaa6a9a0 (diff)
[ruby/openssl] Ruby/OpenSSL 2.2.3
https://github.com/ruby/openssl/commit/04acccd692
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/History.md15
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
=============