Skip to content

Commit 167fa5d

Browse files
committed
Merge branch 'maint-3.1' into maint-3.2
* maint-3.1: Ruby/OpenSSL 3.1.1 Ruby/OpenSSL 3.0.3
2 parents 1f07615 + e395023 commit 167fa5d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

History.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ Notable changes
3838
[[GitHub #141]](https://github.com/ruby/openssl/pull/141)
3939

4040

41+
Version 3.1.1
42+
=============
43+
44+
Merged changes in 3.0.3.
45+
46+
4147
Version 3.1.0
4248
=============
4349

@@ -74,6 +80,27 @@ Notable changes
7480
LibreSSL 3.6 and Ed25519 support in LibreSSL 3.7.
7581

7682

83+
Version 3.0.3
84+
=============
85+
86+
Bug fixes
87+
---------
88+
89+
* Fix a performance regression introduced in v2.1.3 on a buffered write to
90+
`SSLSocket`.
91+
[[GitHub #706]](https://github.com/ruby/openssl/pull/706)
92+
* Fix `OpenSSL::PKCS7` to handle PKCS#7 structures without content.
93+
[[GitHub #690]](https://github.com/ruby/openssl/pull/690)
94+
[[GitHub #752]](https://github.com/ruby/openssl/pull/752)
95+
* Fix `OpenSSL::ASN1::ObjectId#==` with OIDs without a known name.
96+
[[GitHub #791]](https://github.com/ruby/openssl/issues/791)
97+
[[GitHub #792]](https://github.com/ruby/openssl/pull/792)
98+
* Fix `OpenSSL::X509::Certificate#crl_uris` to handle CDP with multiple CRL
99+
URIs.
100+
[[GitHub #775]](https://github.com/ruby/openssl/issues/775)
101+
[[GitHub #776]](https://github.com/ruby/openssl/pull/776)
102+
103+
77104
Version 3.0.2
78105
=============
79106

0 commit comments

Comments
 (0)