Skip to content

Commit 80d37ce

Browse files
committed
[release] prepare for 0.15.3
1 parent 0d21000 commit 80d37ce

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

History.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 0.15.3
2+
3+
* [fix] keep curve name when group is set into another key
4+
* [fix] make sure `OpenSSL::PKey::EC#dup` (copying) works
5+
* [compat] make sure `OpenSSL::PKey::EC#generate_key!` exists
6+
* [compat] missing OpenSSL:BN `to_int`, `-@`, `+@`, `abs`, `negative?`
7+
* [compat] implement PKey::EC `public_to_pem` and `xxx_to_der`
8+
* [fix] initialize @unused_bits = 0 for BitString
9+
* [fix] raise ASN1Error when unused_bits out of range
10+
* [fix] respect @unused_bits in BitString (#323)
11+
* [fix] missing `OpenSSL::ASN1::ObjectId#==` (#311)
12+
* [compat] implement PKey::DSA `public_to_der` and `public_to_pem`
13+
* [compat] implement PKey::RSA `public_to_der` and `public_to_pem`
14+
* [fix] DSA private key should generate after `set_key`
15+
* [refactor] RSA key internals to always consider params
16+
* [fix] DSA key compatibility when `set_pqg`
17+
* [fix] RSA private key should generate after `set_key`
18+
* [compat] add private? and public? methods on `PKey::EC`
19+
120
## 0.15.2
221

322
* [deps] upgrade BC to version 1.79

lib/jopenssl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module JOpenSSL
2-
VERSION = '0.15.3.dev'
2+
VERSION = '0.15.3'
33
BOUNCY_CASTLE_VERSION = '1.79'
44
end
55

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>rubygems</groupId>
1313
<artifactId>jruby-openssl</artifactId>
14-
<version>0.15.3.dev-SNAPSHOT</version>
14+
<version>0.15.3</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)