mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
[ruby/openssl] Ruby/OpenSSL 3.3.1
https://github.com/ruby/openssl/commit/2b88a6d444
This commit is contained in:
parent
7863389ad0
commit
224c17876c
@ -1,3 +1,9 @@
|
||||
Version 3.3.1
|
||||
=============
|
||||
|
||||
Merged changes in 3.1.2 and 3.2.2.
|
||||
|
||||
|
||||
Version 3.3.0
|
||||
=============
|
||||
|
||||
@ -74,6 +80,12 @@ And various non-user-visible changes and bug fixes. Please see the commit
|
||||
history for more details.
|
||||
|
||||
|
||||
Version 3.2.2
|
||||
=============
|
||||
|
||||
Merged changes in 3.1.2.
|
||||
|
||||
|
||||
Version 3.2.1
|
||||
=============
|
||||
|
||||
@ -120,6 +132,23 @@ Notable changes
|
||||
[[GitHub #141]](https://github.com/ruby/openssl/pull/141)
|
||||
|
||||
|
||||
Version 3.1.2
|
||||
=============
|
||||
|
||||
Bug fixes
|
||||
---------
|
||||
|
||||
* Fix crash when attempting to export an incomplete `OpenSSL::PKey::DSA` key.
|
||||
[[GitHub #845]](https://github.com/ruby/openssl/issues/845)
|
||||
[[GitHub #847]](https://github.com/ruby/openssl/pull/847)
|
||||
* Remove the `OpenSSL::X509::V_FLAG_CRL_CHECK_ALL` flag from the default store
|
||||
used by `OpenSSL::SSL::SSLContext#set_params`. It causes certificate
|
||||
verification to fail with OpenSSL 3.6.0. It has no effect with any other
|
||||
OpenSSL versions.
|
||||
[[GitHub #949]](https://github.com/ruby/openssl/issues/949)
|
||||
[[GitHub #950]](https://github.com/ruby/openssl/pull/950)
|
||||
|
||||
|
||||
Version 3.1.1
|
||||
=============
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module OpenSSL
|
||||
VERSION = "3.3.0"
|
||||
VERSION = "3.3.1"
|
||||
end
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "openssl"
|
||||
spec.version = "3.3.0"
|
||||
spec.version = "3.3.1"
|
||||
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
|
||||
spec.email = ["ruby-core@ruby-lang.org"]
|
||||
spec.summary = %q{SSL/TLS and general-purpose cryptography for Ruby}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user