jruby-openssl 0.14.0-java → 0.14.1.cr2-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 +4 -4
- data/History.md +10 -2
- data/lib/jopenssl/version.rb +1 -1
- data/lib/jopenssl.jar +0 -0
- data/pom.xml +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 243da8699b1063ce7f53d1085f7134a7aec5eddee99ef1f0b3de48a2bb339b3c
|
4
|
+
data.tar.gz: 24a3633794ebba2748798b95b6881578adf19513f4137347481cc453f24b4934
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84e5714eab4ba0371c9f5eed984c2335cdf3b13c65c3a0aa2781f06009e440351151c68b3f37ffc647c51aedf327c9208b55ed67536ac3f1dd1e593b3f8fa207
|
7
|
+
data.tar.gz: cec73a83bfb68f3af9011f5984fce21f282bb06caffa77d95b63fc479a1f0125358d7fd9f383937b44376696bad4399410a1bd7d7d94dd4f44ae781003ac94e7
|
data/History.md
CHANGED
@@ -1,10 +1,18 @@
|
|
1
|
+
## 0.14.1 (CR2)
|
2
|
+
|
3
|
+
* [fix] Java's default session timeout in 24h
|
4
|
+
* [fix] handle ArgumentError on SSLSession#timeout=
|
5
|
+
* [fix] handle potential buffer overflow on write (#242)
|
6
|
+
* [fix] buffer overflow after wrap-ing data - wait
|
7
|
+
* [refactor] try a few tricks to detect session re-use
|
8
|
+
|
1
9
|
## 0.14.0
|
2
10
|
|
3
11
|
This version upgraded to latest Bouncy-Castle (1.71) and is only compatible with
|
4
12
|
the new version mostly due artifact naming and breaking chances in BC itself.
|
5
13
|
|
6
|
-
|
7
|
-
|
14
|
+
* [deps] upgrade BC to latest 1.71
|
15
|
+
* [fix] make set_minmax_proto_version private
|
8
16
|
|
9
17
|
## 0.13.0
|
10
18
|
|
data/lib/jopenssl/version.rb
CHANGED
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.
|
14
|
+
<version>0.14.1.cr2-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>
|
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
|
+
version: 0.14.1.cr2
|
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: 2022-
|
13
|
+
date: 2022-07-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.
|
@@ -64,9 +64,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
64
64
|
version: 2.3.0
|
65
65
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
|
-
- - "
|
67
|
+
- - ">"
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version:
|
69
|
+
version: 1.3.1
|
70
70
|
requirements:
|
71
71
|
- jar org.bouncycastle:bcprov-jdk18on, 1.71
|
72
72
|
- jar org.bouncycastle:bcpkix-jdk18on, 1.71
|