File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ Version 2.0.3
2+ =============
3+
4+ Bug fixes
5+ ---------
6+
7+ * OpenSSL::ASN1::Constructive#each which was broken by 2.0.0 is fixed.
8+ [[ ruby/openssl #96 ]] ( https://github.com/ruby/openssl/pull/96 )
9+ * Fixed build with static OpenSSL libraries on Windows.
10+ [[ Bug #13080 ]] ( https://bugs.ruby-lang.org/issues/13080 )
11+ * OpenSSL::X509::Name#eql? which was broken by 2.0.0 is fixed.
12+
13+
14+ Version 2.0.2
15+ =============
16+
17+ Bug fixes
18+ ---------
19+
20+ * Fix build with early 0.9.8 series which did not have SSL_CTX_clear_options().
21+ [ ruby-core:78693]
22+
23+
24+ Version 2.0.1
25+ =============
26+
27+ Bug fixes
28+ ---------
29+
30+ * A GC issue around OpenSSL::BN is fixed.
31+ [[ ruby/openssl #87 ]] ( https://github.com/ruby/openssl/issues/87 )
32+ * OpenSSL::ASN1 now parses BER encoding of GeneralizedTime without seconds.
33+ [[ ruby/openssl #88 ]] ( https://github.com/ruby/openssl/pull/88 )
34+
35+
136Version 2.0.0
237=============
338
You can’t perform that action at this time.
0 commit comments