jruby / jruby-openssl

JRuby's OpenSSL implementation

This URL has Read+Write access

commit  793968aea9bc9255d6fa43217786552906239a32
tree    8a425086b0599f39da4884d2ffcde9a3d8db66d3
parent  5eeee02a5f49bcf9777ca2412302f0c0944d7bc0
jruby-openssl / History.txt
100644 49 lines (35 sloc) 1.812 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
== 0.5.2
 
* Multiple bugs fixed:
** JRUBY-3895 Could not verify server signature with net-ssh against Cygwin
** JRUBY-3864 jruby-openssl depends on Base64Coder from JvYAMLb
** JRUBY-3790 JRuby-OpenSSL test_post_connection_check is not passing
** JRUBY-3767 OpenSSL ssl implementation doesn't support client auth
** JRUBY-3673 jRuby-OpenSSL does not properly load certificate authority file
 
== 0.5.1
 
* Multiple fixes by Brice Figureau to get net/ssh working. Requires JRuby 1.3.1 to be 100%
* Fix by Frederic Jean for a character-decoding issue for some certificates
 
== 0.5
 
* Fixed JRUBY-3614: Unsupported HMAC algorithm (HMACSHA-256)
* Fixed JRUBY-3570: ActiveMerchant's AuthorizeNet Gateway throws OpenSSL Cert Validation Error, when there should be no error
* Fixed JRUBY-3557 Class cast exception in PKeyRSA.java
* Fixed JRUBY-3468 X.509 certificates: subjectKeyIdentifier corrupted
* Fixed JRUBY-3285 Unsupported HMAC algorithm (HMACSHA1) error when generating digest
* Misc code cleanup
 
== 0.2
 
- Enable remaining tests; fix a nil string issue in SSLSocket.sysread (JRUBY-1888)
- Fix socket buffering issue by setting socket IO sync = true
- Fix bad file descriptor issue caused by unnecessary close (JRUBY-2152)
- Fix AES key length (JRUBY-2187)
- Fix cipher initialization (JRUBY-1100)
- Now, only compatible with JRuby 1.1
 
== 0.1.1
 
- Fixed blocker issue preventing HTTPS/SSL from working (JRUBY-1222)
 
== 0.1
 
- PLEASE NOTE: This release is not compatible with JRuby releases earlier than
  1.0.3 or 1.1b2. If you must use JRuby 1.0.2 or earlier, please install the
  0.6 release.
- Release coincides with JRuby 1.0.3 and JRuby 1.1b2 releases
- Simultaneous support for JRuby trunk and 1.0 branch
- Start of support for OpenSSL::BN
 
== 0.0.5 and prior
 
- Initial versions with maintenance updates