Skip to content

Commit

Permalink
Ruby/OpenSSL 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenium committed Dec 23, 2022
1 parent 10f8d69 commit 466d1be
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions 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
=============

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

module OpenSSL
VERSION = "3.0.1"
VERSION = "3.0.2"
end
2 changes: 1 addition & 1 deletion openssl.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "openssl"
spec.version = "3.0.1"
spec.version = "3.0.2"
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 466d1be

Please sign in to comment.