File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.14
2
+
3
+ * basic support for prompting for PEM password (working for RSA/DSA priv.key)
4
+ * avoid NPE due version field in X509Cert - make sure it's treated as 0 (#78 )
5
+ and fix settting ceritificate.serial = number
6
+ * default WairReadable/Writable backtraces to JRuby's -Xerrno.backtrace
7
+ * use hardcoded jks type for loading cacerts - for Java 9 compatibility (#79 )
8
+
1
9
## 0.9.13
2
10
3
11
JRuby-OpenSSL is the first release that aims to be Ruby ** 2.3** compatible.
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ the JRuby [mailing list][1] or the [bug tracker][2].
10
10
11
11
## Compatibility
12
12
13
- Since version ** 0.9.5 ** jruby-openssl aims to be compatible with all JRuby versions
13
+ Since version ** 0.9.6 ** jruby-openssl aims to be compatible with all JRuby versions
14
14
** >= 1.6.8** (including 1.7 and 9k), if it's not we consider that a bug, report.
15
15
16
- We currently (for 0.9.x) require the Bouncy Castle Java APIs to be ** >= 1.47 ** ,
17
- for JRuby-OpenSSL gem <= 0.9.6 you also need to make sure BC jars ** <= 1.50** !
16
+ We currently (for 0.9.x) require the Bouncy Castle Java APIs to be ** >= 1.49 ** ,
17
+ for JRuby-OpenSSL ** gem <= 0.9.6** you also need to make sure BC jars <= 1.50 !
18
18
19
19
## Testing
20
20
Original file line number Diff line number Diff line change 1
1
module Jopenssl
2
- VERSION = '0.9.14.dev '
2
+ VERSION = '0.9.14'
3
3
BOUNCY_CASTLE_VERSION = '1.54'
4
4
# @deprecated
5
5
module Version
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >rubygems</groupId >
13
13
<artifactId >jruby-openssl</artifactId >
14
- <version >0.9.14.dev-SNAPSHOT </version >
14
+ <version >0.9.14</version >
15
15
<packaging >gem</packaging >
16
16
<name >JRuby OpenSSL</name >
17
17
<description >JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description >
You can’t perform that action at this time.
0 commit comments