Skip to content

Commit f37398f

Browse files
committed
prepare release notes for 0.9.21
1 parent 5f167cb commit f37398f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

History.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
## 0.9.21.dev
2-
3-
* add support for renegotiation_cb on SSLContext (#121)
1+
## 0.9.21
2+
3+
* adjust X.509 value handling to parse subjectAltName recursively (#134)
4+
* SKI expected to be always octet wrapped - do not check for length (#131)
5+
* respect jruby.preferred.prng and use/tune its SecureRandom defaults
6+
trying to avoid BC generator's constant attempts for seeding itself
7+
as an attempt to 'fix' low-entropy systems wating for */dev/random*
8+
* Random#add; Random#egd shall return true on JVM
9+
* move "DEFAULT" special case handling to match OpenSSL behaviour (#136)
10+
(jruby/jruby#2193)
11+
* If data is not provided, extract it from the PKCS7 instance (#132)
12+
* Add cipher suite strings for IBM JRE (#126) - thanks @ysohda
13+
* use the helper to printStackTrace (no System.err printing by default)
14+
* add OCSP support (#124) - thanks so very much @lampad
15+
* add support for renegotiation_cb on SSLContext (#121) - thanks @lampad
416

517
## 0.9.20
618

0 commit comments

Comments
 (0)