jruby-openssl 0.15.6-java → 0.15.7-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: 87d3eeffdbcc04fe204cae60784e83593eff6976e9c52679985424250f9a8aae
4
- data.tar.gz: 6dd346feaa8d563af4df4c90223afa3497998eb4e7ff0f4b1b83fc2584b47739
3
+ metadata.gz: d96e832b2b06482ce319fe7b9aae997e9901212a79d15cc7a8321c5ee2f6ab13
4
+ data.tar.gz: 77079f8bbb5cbffc6e60d30b90b723b1193dcae2f20b98718a8cf1fb30cd0f0c
5
5
  SHA512:
6
- metadata.gz: 6e63950f2ff3d4972ca5e3ba635a097393b4b5ef6332082b78c82558e620a3bd44ad392c7b40efcbd79c4ad47382a6fe3db0b5fef12a4c47ba08e7457c6b2ccf
7
- data.tar.gz: 279ddd88c8e2f3533a568e74f8e10c2a83ed0b06c2bf4638bfa228e7ed960d0ef3c26831d00f30e3927d2c93216a54014d2f95d17aa63bd1fd100b2adb38a26c
6
+ metadata.gz: be0e604a7b78137b2e576f50e9786696af1b892a893a3e33a4ebae2e14f04955a0f31379bf9790df1125e68e6ed68873afd175c4207a03c9233f905503d2b6b6
7
+ data.tar.gz: 886d74cd451c7f65d8a403627db798e5a5c1425da75d4c5fee7e2d708271df2fdd459c8e7b9a06b66951e5f65584774c458b12f1441a5c73804503da67151426
data/History.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 0.15.7
2
+
3
+ * [fix] handle CRL with optional nextUpdate absent
4
+ * [compat] handle nil dates in `Certificate#sign`
5
+ * [fix] null guard for public key in `PKey#toJava`
6
+ * [fix] missing null guard in `SSLSocket#alpn_protocol`
7
+ * [fix] missing throw in `PKey::EC::Point#add`
8
+ * [fix] `DH#params` returned pub_key and priv_key swapped
9
+ * [fix] compat with JRuby < 9.2.10 after API change (#348)
10
+ * [fix] `Cipher#reset` when key not set (jruby/jruby#5776)
11
+ * [fix] encode Netscape IA5String extensions correctly (#349)
12
+ * [fix] `Store#add_file` raises when no certificate or CRL (#285)
13
+ * [fix] PSS auto salt-length verify failed due leading zeros
14
+
1
15
  ## 0.15.6
2
16
 
3
17
  Upgrading Bouncy Castle to version 1.83
data/Mavenfile CHANGED
@@ -82,7 +82,7 @@ plugin :clean do
82
82
  'failOnError' => 'false' )
83
83
  end
84
84
 
85
- jar 'org.jruby:jruby-core', '9.2.19.0', :scope => :provided
85
+ jar 'org.jruby:jruby-core', '9.2.0.0', :scope => :provided
86
86
  # for invoker generated classes we need to add javax.annotation when on Java > 8
87
87
  jar 'javax.annotation:javax.annotation-api', '1.3.1', :scope => :compile
88
88
  jar 'junit:junit', '[4.13.1,)', :scope => :test
@@ -113,6 +113,7 @@ properties( 'jruby.plugins.version' => '3.0.2',
113
113
  'invoker.test' => '${bc.versions}',
114
114
  # allow to skip all tests with -Dmaven.test.skip
115
115
  'invoker.skip' => '${maven.test.skip}',
116
+ 'skipRunit' => 'true',
116
117
  'runit.dir' => 'src/test/ruby/**/test_*.rb',
117
118
  'mavengem.wagon.version' => '2.0.2', # for jruby plugin
118
119
  'mavengem-wagon.version' => '2.0.2', # for polyglot-ruby
data/README.md CHANGED
@@ -3,10 +3,10 @@
3
3
  [JRuby-OpenSSL](https://github.com/jruby/jruby-openssl) is an add-on gem for
4
4
  [JRuby](https://www.jruby.org/) that emulates the Ruby OpenSSL native library.
5
5
 
6
- Under the hood uses the [Bouncy Castle Crypto APIs](https://www.bouncycastle.org/java.html).
6
+ Under the hood it uses the [Bouncy Castle Crypto APIs](https://www.bouncycastle.org/java.html).
7
7
 
8
- Each jruby-openssl gem release includes a certain version, usually the latest available,
9
- of the library (namely BC Provider and PKIX/CMS/EAC/PKCS/OCSP/TSP/OPENSSL jars).
8
+ Each jruby-openssl gem release includes the Bouncy Castle library (BC Provider and
9
+ PKIX/CMS/EAC/PKCS/OCSP/TSP/OPENSSL jars), usually the latest available version.
10
10
 
11
11
  Please report bugs and incompatibilities (preferably with test-cases) to either
12
12
  the JRuby [mailing list][1] or the [bug tracker][2].
@@ -28,48 +28,46 @@ the JRuby [mailing list][1] or the [bug tracker][2].
28
28
  | ~>0.12.x | 9.1.x-9.3.x | Java 8-15 | 1.65-1.68 |
29
29
  | ~>0.13.x | 9.1.x-9.4.x | Java 8-17 | 1.68-1.69 |
30
30
  | ~>0.14.x | 9.1.x-9.4.x | Java 8-21 | 1.71-1.74 |
31
- | ~>0.15.x | 9.2.x-9.4.x | Java 8-21 | 1.76-1.79 |
31
+ | ~>0.15.x | 9.2.x-10.0.x | Java 8-25 | 1.78-1.83 |
32
32
 
33
- NOTE: backwards JRuby compatibility was not handled for versions <= **0.9.6**
33
+ NOTE: backwards JRuby compatibility was not handled for versions <= **0.9.6**
34
34
 
35
35
  ## Security
36
36
 
37
- JRuby-OpenSSL is an essential part of [JRuby](https://www.jruby.org/), please report security vulnerabilities to
37
+ JRuby-OpenSSL is an essential part of [JRuby](https://www.jruby.org/), please report security vulnerabilities to
38
38
  `security@jruby.org` as detailed on JRuby's [security page](https://www.jruby.org/security) or using [GitHub][0].
39
-
40
- Please note that most OpenSSL vulnerabilities do not effect JRuby since its not using
41
- any of OpenSSL's C code, only Ruby parts (*.rb) are the same as in MRI's OpenSSL library.
42
39
 
43
- ## Testing
40
+ Please note that most OpenSSL vulnerabilities do not affect JRuby since it's not using
41
+ any of OpenSSL's C code, only Ruby parts (*.rb) are the same as in MRI's OpenSSL library.
44
42
 
45
- [![Build Status][0]](http://travis-ci.org/jruby/jruby-openssl)
43
+ ## Testing
46
44
 
47
45
  rake jar:all # creates pom.xml and generates jopenssl.jar under lib
48
46
  mvn test
49
47
 
50
- will run (junit as well as ruby) tests and a some ruby tests against the default
51
- jruby version. to pick a different JRuby version run
48
+ This will run (JUnit as well as Ruby) tests against the default JRuby version.
49
+ To pick a different JRuby version:
52
50
 
53
- mvn test -Djruby.versions=9.2.8.0
51
+ mvn test -Djruby.versions=9.4.14.0
54
52
 
55
- for running integration-tests the gem will be first installed and then the same
56
- tests run for each possible bouncy-castle version (see [listing][3]), run with
53
+ For running integration tests the gem will be installed first and the same
54
+ tests run for each supported Bouncy Castle version (see [listing][3]):
57
55
 
58
- mvn verify -P test-9.2.9.0,test-9.1.17.0
56
+ mvn verify -P test-9.4.14.0,test-9.2.21.0
59
57
 
60
- or pick a bouncy-castle version
58
+ Or pick a specific Bouncy Castle version:
61
59
 
62
- mvn verify -P test-9.2.9.0 -Dbc.versions=1.60
60
+ mvn verify -P test-9.4.14.0 -Dbc.versions=1.78
63
61
 
64
- NOTE: you can pick any jruby version which is on [central][4] or on [ci.jruby][5]
62
+ NOTE: you can pick any JRuby version which is on [Maven Central][4] or on [ci.jruby][5]
65
63
 
66
64
  ## License
67
65
 
68
- (c) 2009-2024 JRuby distributed under EPL 1.0/GPL 2.0/LGPL 2.1
66
+ (c) 2009-2026 JRuby distributed under EPL 1.0/GPL 2.0/LGPL 2.1
69
67
 
70
68
  [0]: https://github.com/jruby/jruby-openssl/security
71
69
  [1]: https://github.com/jruby/jruby/wiki/MailingLists
72
70
  [2]: https://github.com/jruby/jruby-openssl/issues/new
73
71
  [3]: https://github.com/jruby/jruby-openssl/tree/master/integration
74
- [4]: http://central.maven.org/maven2/org/jruby/
72
+ [4]: https://repo1.maven.org/maven2/org/jruby/
75
73
  [5]: https://www.jruby.org/nightly
@@ -1,5 +1,5 @@
1
1
  module JOpenSSL
2
- VERSION = '0.15.6'
2
+ VERSION = '0.15.7'
3
3
  BOUNCY_CASTLE_VERSION = '1.83'
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.15.6</version>
14
+ <version>0.15.7</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>
@@ -72,6 +72,7 @@ DO NOT MODIFY - GENERATED CODE
72
72
  <polyglot.dump.pom>pom.xml</polyglot.dump.pom>
73
73
  <polyglot.dump.readonly>false</polyglot.dump.readonly>
74
74
  <runit.dir>src/test/ruby/**/test_*.rb</runit.dir>
75
+ <skipRunit>true</skipRunit>
75
76
  </properties>
76
77
  <dependencies>
77
78
  <dependency>
@@ -97,7 +98,7 @@ DO NOT MODIFY - GENERATED CODE
97
98
  <dependency>
98
99
  <groupId>org.jruby</groupId>
99
100
  <artifactId>jruby-core</artifactId>
100
- <version>9.2.19.0</version>
101
+ <version>9.2.0.0</version>
101
102
  <scope>provided</scope>
102
103
  </dependency>
103
104
  <dependency>
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.15.6
4
+ version: 0.15.7
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: 2026-03-13 00:00:00.000000000 Z
13
+ date: 2026-04-03 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.