jruby-openssl 0.15.3-java → 0.15.4.pre1-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 +5 -5
- data/lib/jopenssl/version.rb +2 -2
- data/lib/jopenssl.jar +0 -0
- data/lib/openssl/ssl.rb +1 -1
- data/lib/org/bouncycastle/bcpkix-jdk18on/{1.79/bcpkix-jdk18on-1.79.jar → 1.80/bcpkix-jdk18on-1.80.jar} +0 -0
- data/lib/org/bouncycastle/bcprov-jdk18on/{1.79/bcprov-jdk18on-1.79.jar → 1.80/bcprov-jdk18on-1.80.jar} +0 -0
- data/lib/org/bouncycastle/bctls-jdk18on/{1.79/bctls-jdk18on-1.79.jar → 1.80/bctls-jdk18on-1.80.jar} +0 -0
- data/lib/org/bouncycastle/bcutil-jdk18on/{1.79/bcutil-jdk18on-1.79.jar → 1.80/bcutil-jdk18on-1.80.jar} +0 -0
- data/pom.xml +9 -8
- metadata +13 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 8783369be714774eb17afb15310b6fb22d9f6df666682b86f2b5f8f13412fdec
|
4
|
+
data.tar.gz: 4ad8d8a5bfc0cbb0cb65fab31ff175960a2f2ad066d61a5807ca6bc9ebd47859
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d8c46d86ccad8bfc0e9ceb8e7e40585f4ca8eebc59d8668ad0246abd472c80e448b45a20441c9e1dd49020bb57b0e70b0a15eccb1f2f5d31caf4479a4e9a942
|
7
|
+
data.tar.gz: 0b82ac3e94d8414400bad5adf316fea94c79491d9b0ce2a2549a3fd6fd6e9250706220fd315f6ad7ae1231805ca16266bf668b743cff66d99409f9d62fbd1600
|
data/lib/jopenssl/version.rb
CHANGED
data/lib/jopenssl.jar
CHANGED
Binary file
|
data/lib/openssl/ssl.rb
CHANGED
@@ -20,7 +20,7 @@ module OpenSSL
|
|
20
20
|
DEFAULT_PARAMS = { # :nodoc:
|
21
21
|
:min_version => OpenSSL::SSL::TLS1_VERSION,
|
22
22
|
:verify_mode => OpenSSL::SSL::VERIFY_PEER,
|
23
|
-
:verify_hostname =>
|
23
|
+
:verify_hostname => true,
|
24
24
|
:options => OpenSSL::SSL::OP_ALL | OpenSSL::SSL::OP_NO_COMPRESSION
|
25
25
|
}
|
26
26
|
|
Binary file
|
Binary file
|
data/lib/org/bouncycastle/bctls-jdk18on/{1.79/bctls-jdk18on-1.79.jar → 1.80/bctls-jdk18on-1.80.jar}
RENAMED
Binary file
|
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.
|
14
|
+
<version>0.15.4.pre1-SNAPSHOT</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>
|
@@ -60,13 +60,13 @@ DO NOT MODIFY - GENERATED CODE
|
|
60
60
|
</snapshotRepository>
|
61
61
|
</distributionManagement>
|
62
62
|
<properties>
|
63
|
-
<bc.versions>1.
|
63
|
+
<bc.versions>1.80</bc.versions>
|
64
64
|
<invoker.skip>${maven.test.skip}</invoker.skip>
|
65
65
|
<invoker.test>${bc.versions}</invoker.test>
|
66
66
|
<jruby.plugins.version>3.0.2</jruby.plugins.version>
|
67
67
|
<jruby.switches>-W0</jruby.switches>
|
68
|
-
<jruby.version>9.
|
69
|
-
<jruby.versions>9.
|
68
|
+
<jruby.version>9.2.19.0</jruby.version>
|
69
|
+
<jruby.versions>9.2.19.0</jruby.versions>
|
70
70
|
<mavengem-wagon.version>2.0.2</mavengem-wagon.version>
|
71
71
|
<mavengem.wagon.version>2.0.2</mavengem.wagon.version>
|
72
72
|
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
|
@@ -77,22 +77,22 @@ DO NOT MODIFY - GENERATED CODE
|
|
77
77
|
<dependency>
|
78
78
|
<groupId>org.bouncycastle</groupId>
|
79
79
|
<artifactId>bcprov-jdk18on</artifactId>
|
80
|
-
<version>1.
|
80
|
+
<version>1.80</version>
|
81
81
|
</dependency>
|
82
82
|
<dependency>
|
83
83
|
<groupId>org.bouncycastle</groupId>
|
84
84
|
<artifactId>bcpkix-jdk18on</artifactId>
|
85
|
-
<version>1.
|
85
|
+
<version>1.80</version>
|
86
86
|
</dependency>
|
87
87
|
<dependency>
|
88
88
|
<groupId>org.bouncycastle</groupId>
|
89
89
|
<artifactId>bctls-jdk18on</artifactId>
|
90
|
-
<version>1.
|
90
|
+
<version>1.80</version>
|
91
91
|
</dependency>
|
92
92
|
<dependency>
|
93
93
|
<groupId>org.bouncycastle</groupId>
|
94
94
|
<artifactId>bcutil-jdk18on</artifactId>
|
95
|
-
<version>1.
|
95
|
+
<version>1.80</version>
|
96
96
|
</dependency>
|
97
97
|
<dependency>
|
98
98
|
<groupId>org.jruby</groupId>
|
@@ -274,6 +274,7 @@ DO NOT MODIFY - GENERATED CODE
|
|
274
274
|
<configuration>
|
275
275
|
<source>1.8</source>
|
276
276
|
<target>1.8</target>
|
277
|
+
<release>8</release>
|
277
278
|
<encoding>UTF-8</encoding>
|
278
279
|
<debug>true</debug>
|
279
280
|
<showWarnings>true</showWarnings>
|
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.
|
4
|
+
version: 0.15.4.pre1
|
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: 2025-
|
13
|
+
date: 2025-04-22 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.
|
@@ -41,10 +41,10 @@ files:
|
|
41
41
|
- lib/openssl/pkey.rb
|
42
42
|
- lib/openssl/ssl.rb
|
43
43
|
- lib/openssl/x509.rb
|
44
|
-
- lib/org/bouncycastle/bcpkix-jdk18on/1.
|
45
|
-
- lib/org/bouncycastle/bcprov-jdk18on/1.
|
46
|
-
- lib/org/bouncycastle/bctls-jdk18on/1.
|
47
|
-
- lib/org/bouncycastle/bcutil-jdk18on/1.
|
44
|
+
- lib/org/bouncycastle/bcpkix-jdk18on/1.80/bcpkix-jdk18on-1.80.jar
|
45
|
+
- lib/org/bouncycastle/bcprov-jdk18on/1.80/bcprov-jdk18on-1.80.jar
|
46
|
+
- lib/org/bouncycastle/bctls-jdk18on/1.80/bctls-jdk18on-1.80.jar
|
47
|
+
- lib/org/bouncycastle/bcutil-jdk18on/1.80/bcutil-jdk18on-1.80.jar
|
48
48
|
- pom.xml
|
49
49
|
homepage: https://github.com/jruby/jruby-openssl
|
50
50
|
licenses:
|
@@ -63,16 +63,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
63
63
|
version: 2.5.0
|
64
64
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- - "
|
66
|
+
- - ">"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version:
|
68
|
+
version: 1.3.1
|
69
69
|
requirements:
|
70
|
-
- jar org.bouncycastle:bcprov-jdk18on, 1.
|
71
|
-
- jar org.bouncycastle:bcpkix-jdk18on, 1.
|
72
|
-
- jar org.bouncycastle:bctls-jdk18on, 1.
|
73
|
-
- jar org.bouncycastle:bcutil-jdk18on, 1.
|
74
|
-
|
75
|
-
rubygems_version: 2.6.14.1
|
70
|
+
- jar org.bouncycastle:bcprov-jdk18on, 1.80
|
71
|
+
- jar org.bouncycastle:bcpkix-jdk18on, 1.80
|
72
|
+
- jar org.bouncycastle:bctls-jdk18on, 1.80
|
73
|
+
- jar org.bouncycastle:bcutil-jdk18on, 1.80
|
74
|
+
rubygems_version: 3.1.6
|
76
75
|
signing_key:
|
77
76
|
specification_version: 4
|
78
77
|
summary: JRuby OpenSSL
|