summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2022-12-23 08:49:36 +0900
committerKazuki Yamaguchi <k@rhe.jp>2022-12-23 09:39:15 +0900
commita77830591919f06feaeb82585c229322d5e8836b (patch)
treef502ea7b5f7ff5ac11a4142df89d854b51368a42 /ext
parent046aadb89b62d5ca5b8a0a061e5682f82defa22d (diff)
[ruby/openssl] Ruby/OpenSSL 3.0.2
https://github.com/ruby/openssl/commit/48b79333e0
Diffstat (limited to 'ext')
-rw-r--r--ext/openssl/History.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/ext/openssl/History.md b/ext/openssl/History.md
index de13e1f32a..876c37a31b 100644
--- a/ext/openssl/History.md
+++ b/ext/openssl/History.md
@@ -1,3 +1,17 @@
+Version 3.0.2
+=============
+
+Merged changes in 2.2.3. Additionally, the following issues are fixed by this
+release.
+
+Bug fixes
+---------
+
+* Fix OpenSSL::PKey::EC#check_key not working correctly on OpenSSL 3.0.
+ [[GitHub #563]](https://github.com/ruby/openssl/issues/563)
+ [[GitHub #580]](https://github.com/ruby/openssl/pull/580)
+
+
Version 3.0.1
=============