Skip to content

Commit 720f689

Browse files
committed
release jossl 0.9.18
1 parent 0c018f1 commit 720f689

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
## 0.9.17
213

314
* temporarily register BC provider on X.509 factory (work-around for #94)

lib/jopenssl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jopenssl
2-
VERSION = '0.9.18.dev'
2+
VERSION = '0.9.18'
33
BOUNCY_CASTLE_VERSION = '1.55'
44
# @deprecated
55
module Version

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.18.dev-SNAPSHOT</version>
14+
<version>0.9.18</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>

0 commit comments

Comments
 (0)