File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.19
2
+
3
+ * re-use secure random from thread-context on SSL context initialization
4
+ * preliminary OpenSSL 1.1 (Ruby 2.4) compatibility bits (#112 )
5
+ * try using thread-shared secure random gen (in PKey-s) where possible
6
+ * implement PKeyDSA#syssign and PKeyDSA#sysverify methods
7
+ * avoid (unnecessary) byte[ ] copies in PKey#sign/verify
8
+ * fix ClassCastException error in X509Store.verify (#113 )
9
+ * align BH#hash with eql? (+ equals/hashCode on Java)
10
+
1
11
## 0.9.18
2
12
3
13
* handle X.509 authorityKeyIdentifier parsing somehow right (#102 )
Original file line number Diff line number Diff line change 1
1
module Jopenssl
2
- VERSION = '0.9.19.dev '
2
+ VERSION = '0.9.19'
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.19.dev-SNAPSHOT </version >
14
+ <version >0.9.19</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