File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 0.9.8.dev
1
+ ## 0.9.8
2
2
3
+ * refactor ` PKCS5.pbkdf2_hmac_sha1 ` to use BC APIs
4
+ thus less dependent on provider internals (jruby/jruby #3025 )
5
+ * HMAC - use our SimpleKey impl so that there's less[ ] copy
6
+ ... also allows for an empty key to work like MRI (jruby/jruby #2854 )
3
7
* fixing oaep encryption to use correct algorithm (#54 )
4
8
* [ experimental] support NOT loading any (BC) jars on our own ... (#10 )
5
9
* disable DHE (by default) on Java <= 7 ... on Java 8 we (still) force 1024/2048
Original file line number Diff line number Diff line change 1
1
module Jopenssl
2
2
module Version
3
- VERSION = '0.9.8.dev '
3
+ VERSION = '0.9.8'
4
4
BOUNCY_CASTLE_VERSION = '1.50'
5
5
end
6
6
end
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >rubygems</groupId >
6
6
<artifactId >jruby-openssl</artifactId >
7
- <version >0.9.8.dev-SNAPSHOT </version >
7
+ <version >0.9.8</version >
8
8
<packaging >gem</packaging >
9
9
<name >JRuby OpenSSL</name >
10
10
<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