File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff 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+
4147Version 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+
77104Version 3.0.2
78105=============
79106
You can’t perform that action at this time.
0 commit comments