Skip to content

Commit

Permalink
Ruby/OpenSSL 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenium committed Dec 22, 2022
1 parent ec19e47 commit 04acccd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions History.md
@@ -1,3 +1,18 @@
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
=============

Expand Down
2 changes: 1 addition & 1 deletion lib/openssl/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module OpenSSL
VERSION = "2.2.2"
VERSION = "2.2.3"
end
2 changes: 1 addition & 1 deletion openssl.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "openssl"
spec.version = "2.2.2"
spec.version = "2.2.3"
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
spec.email = ["ruby-core@ruby-lang.org"]
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}
Expand Down

0 comments on commit 04acccd

Please sign in to comment.