File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.18
2
+
3
+ * handle X.509 authorityKeyIdentifier parsing somehow right (#102 )
4
+ * simple resolution for handling subjectAltName multiple DNS: names (#102 )
5
+ * upgrading BC to 1.55
6
+ normalize "brainpoolP512t1" curve name for BC 1.55 compatibility
7
+ * allow for X509::Certificate to be converted to a Java certificate
8
+ * at least OpenSSL.debug potential env read failure on set_default_paths
9
+ * negative BN values are always considered not prime.
10
+ * Don't print a warning for missing client certs (#110 )
11
+
1
12
## 0.9.17
2
13
3
14
* temporarily register BC provider on X.509 factory (work-around for #94 )
Original file line number Diff line number Diff line change 1
1
module Jopenssl
2
- VERSION = '0.9.18.dev '
2
+ VERSION = '0.9.18'
3
3
BOUNCY_CASTLE_VERSION = '1.55'
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.18.dev-SNAPSHOT </version >
14
+ <version >0.9.18</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