Skip to content

Commit 02d6f88

Browse files
committed
Ruby/OpenSSL 3.1.3
1 parent b9834f6 commit 02d6f88

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 3.1.3
2+
=============
3+
4+
Bug fixes
5+
---------
6+
7+
* Fix missing NULL check for `EVP_PKEY_get0()` functions with OpenSSL 3.x.
8+
[[GitHub #957]](https://github.com/ruby/openssl/pull/957)
9+
10+
111
Version 3.1.2
212
=============
313

lib/openssl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OpenSSL
4-
VERSION = "3.1.2"
4+
VERSION = "3.1.3"
55
end

openssl.gemspec

Lines changed: 1 addition & 1 deletion
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.1.2"
3+
spec.version = "3.1.3"
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)