File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 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
4
16
5
17
## 0.9.20
6
18
You can’t perform that action at this time.
0 commit comments