File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.17
2
+
3
+ * support Cipher#auth_tag and auth_data for GCM ciphers (e.g. aes-128-gcm)
4
+ * need to drop support for BC <= 1.50 due EC support (N/A in older BCs)
5
+ * (somehow working) draft at implementing PKey::EC (elliptic curve support)
6
+ DH encryption expected to behave correctly
7
+ * make sure (initial) BC security provider registration works!
8
+ ... when ** -Djruby.openssl.provider.register=true** (due #94 )
9
+ * Make ALL cipherstring match ECDHE cihphers (#91 )
10
+ * fix X.509 indexBySubject returning correct index
11
+ * try to handle ` SSLContext.session= ` and also try answering ` session_reused? `
12
+ * handle equals/hashCode on SSL::Session and raise on timeout int overflow
13
+ * Allow DSA private keys to be initialized from parameters. (#83 )
14
+ * Instantiate both the private and public keys when setting parameters. (#82 )
15
+
16
+ ## 0.9.16
17
+
18
+ * add hard dependency to jar-dependencies (#74 )
19
+ * Recognize Android java.version (#81 )
20
+
1
21
## 0.9.15
2
22
3
23
* always return a Fixnum from ` OpenSSL::SSL::Session#timeout ` , OpenSSL defaults
You can’t perform that action at this time.
0 commit comments