Skip to content

Commit

Permalink
Merge branch 'maint-3.1' into maint-3.2
Browse files Browse the repository at this point in the history
* maint-3.1:
  Ruby/OpenSSL 3.1.1
  Ruby/OpenSSL 3.0.3
  • Loading branch information
rhenium committed Nov 24, 2024
2 parents 1f07615 + e395023 commit 167fa5d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ Notable changes
[[GitHub #141]](https://github.com/ruby/openssl/pull/141)


Version 3.1.1
=============

Merged changes in 3.0.3.


Version 3.1.0
=============

Expand Down Expand Up @@ -74,6 +80,27 @@ Notable changes
LibreSSL 3.6 and Ed25519 support in LibreSSL 3.7.


Version 3.0.3
=============

Bug fixes
---------

* Fix a performance regression introduced in v2.1.3 on a buffered write to
`SSLSocket`.
[[GitHub #706]](https://github.com/ruby/openssl/pull/706)
* Fix `OpenSSL::PKCS7` to handle PKCS#7 structures without content.
[[GitHub #690]](https://github.com/ruby/openssl/pull/690)
[[GitHub #752]](https://github.com/ruby/openssl/pull/752)
* Fix `OpenSSL::ASN1::ObjectId#==` with OIDs without a known name.
[[GitHub #791]](https://github.com/ruby/openssl/issues/791)
[[GitHub #792]](https://github.com/ruby/openssl/pull/792)
* Fix `OpenSSL::X509::Certificate#crl_uris` to handle CDP with multiple CRL
URIs.
[[GitHub #775]](https://github.com/ruby/openssl/issues/775)
[[GitHub #776]](https://github.com/ruby/openssl/pull/776)


Version 3.0.2
=============

Expand Down

0 comments on commit 167fa5d

Please sign in to comment.