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+
19## 0.9.13
210
311JRuby-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].
1010
1111## Compatibility
1212
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
1414** >= 1.6.8** (including 1.7 and 9k), if it's not we consider that a bug, report.
1515
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 !
1818
1919## Testing
2020
Original file line number Diff line number Diff line change 11module Jopenssl
2- VERSION = '0.9.14.dev '
2+ VERSION = '0.9.14'
33 BOUNCY_CASTLE_VERSION = '1.54'
44 # @deprecated
55 module Version
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111 <modelVersion >4.0.0</modelVersion >
1212 <groupId >rubygems</groupId >
1313 <artifactId >jruby-openssl</artifactId >
14- <version >0.9.14.dev-SNAPSHOT </version >
14+ <version >0.9.14</version >
1515 <packaging >gem</packaging >
1616 <name >JRuby OpenSSL</name >
1717 <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