aboutsummaryrefslogtreecommitdiffstats
path: root/History.md
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:21:14 +0900
commit466d1be205901c19c2b61bbeba13177bef758b99 (patch)
tree454f27282aaeb862cad88bc3976a7a777f16fc93 /History.md
parent10f8d699e866acf3ea324483af32141aca40545c (diff)
downloadruby-openssl-466d1be205901c19c2b61bbeba13177bef758b99.tar.gz
Ruby/OpenSSL 3.0.2ky/release-3.0.2
Diffstat (limited to 'History.md')
-rw-r--r--History.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/History.md b/History.md
index de13e1f3..876c37a3 100644
--- a/History.md
+++ b/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
=============