summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2025-10-27 15:16:20 +0900
committerKazuki Yamaguchi <k@rhe.jp>2025-10-27 15:36:25 +0900
commitecf5aa18cab6b7f770acea25bee4f93dc6e41e07 (patch)
tree45f8dad65cd276648150bf71fc5b3f3c7aecfbd8
parentb839deec4914b096988d44016c37737bc7d1254f (diff)
[ruby/openssl] Sync History.md
-rw-r--r--ext/openssl/History.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/ext/openssl/History.md b/ext/openssl/History.md
index ecc53fad3b..32a2c0b2fb 100644
--- a/ext/openssl/History.md
+++ b/ext/openssl/History.md
@@ -1,3 +1,9 @@
+Version 3.3.2
+=============
+
+Merged changes in 3.1.3 and 3.2.3.
+
+
Version 3.3.1
=============
@@ -80,6 +86,12 @@ And various non-user-visible changes and bug fixes. Please see the commit
history for more details.
+Version 3.2.3
+=============
+
+Merged changes in 3.1.3.
+
+
Version 3.2.2
=============
@@ -132,6 +144,16 @@ Notable changes
[[GitHub #141]](https://github.com/ruby/openssl/pull/141)
+Version 3.1.3
+=============
+
+Bug fixes
+---------
+
+* Fix missing NULL check for `EVP_PKEY_get0()` functions with OpenSSL 3.x.
+ [[GitHub #957]](https://github.com/ruby/openssl/pull/957)
+
+
Version 3.1.2
=============