jruby-openssl 0.14.4-java → 0.14.5-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2943e4f6fae06a8d840d6e94b489aba453ef1d40758d17be7e7d99cb777eee2f
4
- data.tar.gz: 74bf2153dcdbcef760fd9643d1d3904232e70df98b72effeb6235f1da02636a9
3
+ metadata.gz: 202effc76004a34b2449f3c65b14adc63948ce6fbb6142592ff6880d1500ddd5
4
+ data.tar.gz: 40c061d56aa080973eae40c9d87d201a34b620897d73b2fb27cd09b88bfa8b72
5
5
  SHA512:
6
- metadata.gz: bd2e53292e0ccfdee51452fb11bacc4d370a031910a2dbf2f7b784de664a4a150815a2c4d25c638a7ecb96112abb9afbb0ba33de871bef72addabe4ee8359764
7
- data.tar.gz: 3d7bdf550b91084b69d9fc9072dc24e69b8ebb280d943ee20c7c5127c9efce4cfa70453df75a22370ecf4896ae8577f46c97cc1dfe66742a41a98182d5a7d094
6
+ metadata.gz: a6a5ff0b4febbcaf122a482576a7127edfdba19d5bffd1e5837ba4911446e9a99c8fa108129079c4ef09a73a24c220f2631378ab9587f2e20d8732f810156e1f
7
+ data.tar.gz: 2d4ac324ebbfda377ed54dd5170e0724fb538442aea26334e1817680f8994cd2741d0bed15ab281007b1a2a3f4bff8809f699c45fd84c49ba5991aa06905192d
data/History.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.14.5
2
+
3
+ * [fix] OpenSSL::X509::Request#verify with DSA public key
4
+ (this was a regression introduced in JOSSL 0.14.4)
5
+
1
6
  ## 0.14.4
2
7
 
3
8
  * [fix] convert `OpenSSL::ASN1::Sequence` to an array on #to_der (#265)
@@ -1,5 +1,5 @@
1
1
  module JOpenSSL
2
- VERSION = '0.14.4'
2
+ VERSION = '0.14.5'
3
3
  BOUNCY_CASTLE_VERSION = '1.74'
4
4
  end
5
5
 
data/lib/jopenssl.jar CHANGED
Binary file
data/pom.xml CHANGED
@@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
11
11
  <modelVersion>4.0.0</modelVersion>
12
12
  <groupId>rubygems</groupId>
13
13
  <artifactId>jruby-openssl</artifactId>
14
- <version>0.14.4</version>
14
+ <version>0.14.5</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>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby-openssl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.4
4
+ version: 0.14.5
5
5
  platform: java
6
6
  authors:
7
7
  - Karol Bucek
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-04-11 00:00:00.000000000 Z
13
+ date: 2024-04-20 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL
16
16
  native library.