Skip to content

Commit 6c29e9a

Browse files
committed
fill-in changelog entries (missing for 0.9.16 and towards 0.9.17)
1 parent ff658db commit 6c29e9a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

History.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
## 0.9.15
222

323
* always return a Fixnum from `OpenSSL::SSL::Session#timeout`, OpenSSL defaults

0 commit comments

Comments
 (0)