aboutsummaryrefslogtreecommitdiffstats
path: root/History.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2022-12-23 09:20:37 +0900
committerKazuki Yamaguchi <k@rhe.jp>2022-12-23 09:20:37 +0900
commit10f8d699e866acf3ea324483af32141aca40545c (patch)
tree912a79af4491cc7c1000b46dc635792290aebe6c /History.md
parent1f4c9d860d426f6335524fdb31128c76d65dcd73 (diff)
parent04acccd69263dc0818aa5e2180f70e8514388e43 (diff)
downloadruby-openssl-10f8d699e866acf3ea324483af32141aca40545c.tar.gz
Merge branch 'maint-2.2' into maint-3.0
* maint-2.2: Ruby/OpenSSL 2.2.3 ts: use TS_VERIFY_CTX_set_certs instead of TS_VERIFY_CTS_set_certs ocsp: disable OCSP_basic_verify() workaround on LibreSSL 3.5 Actions - update workflow to use OpenSSL 1.1.1, actions/checkout@v3 pkey/ec: fix ossl_raise() calls using cEC_POINT instead of eEC_POINT raise when EC_POINT_cmp or EC_GROUP_cmp error instead of returning true
Diffstat (limited to 'History.md')
-rw-r--r--History.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/History.md b/History.md
index a4f6bd7f..de13e1f3 100644
--- a/History.md
+++ b/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
=============