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+
111## 0.9.18
212
313* handle X.509 authorityKeyIdentifier parsing somehow right (#102 )
Original file line number Diff line number Diff line change 11module Jopenssl
2- VERSION = '0.9.19.dev '
2+ VERSION = '0.9.19'
33 BOUNCY_CASTLE_VERSION = '1.55'
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.19.dev-SNAPSHOT </version >
14+ <version >0.9.19</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