Skip to content

Commit 466d1be

Browse files
committed
Ruby/OpenSSL 3.0.2
1 parent 10f8d69 commit 466d1be

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

History.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Version 3.0.2
2+
=============
3+
4+
Merged changes in 2.2.3. Additionally, the following issues are fixed by this
5+
release.
6+
7+
Bug fixes
8+
---------
9+
10+
* Fix OpenSSL::PKey::EC#check_key not working correctly on OpenSSL 3.0.
11+
[[GitHub #563]](https://github.com/ruby/openssl/issues/563)
12+
[[GitHub #580]](https://github.com/ruby/openssl/pull/580)
13+
14+
115
Version 3.0.1
216
=============
317

lib/openssl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OpenSSL
4-
VERSION = "3.0.1"
4+
VERSION = "3.0.2"
55
end

openssl.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "openssl"
3-
spec.version = "3.0.1"
3+
spec.version = "3.0.2"
44
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
55
spec.email = ["[email protected]"]
66
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}

0 commit comments

Comments
 (0)