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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2548bc2fe716c409cd989bf2d8dadfae326993f955aca85cfe03ca4bf3afb659
4
- data.tar.gz: 5f6606773272d521abefb77c475d80a6437091d33b37c15d5daf6c8ccdb87e9b
3
+ metadata.gz: 243da8699b1063ce7f53d1085f7134a7aec5eddee99ef1f0b3de48a2bb339b3c
4
+ data.tar.gz: 24a3633794ebba2748798b95b6881578adf19513f4137347481cc453f24b4934
5
5
  SHA512:
6
- metadata.gz: 05f1f9700cd0e52761a80c4c841dc5afa80f1dbffcb47dadc1761ccf59bb3315b6baa8cbff18b3d611b6094f0ef9b1e930800f07ed2cc1cad4f5c3951047fca8
7
- data.tar.gz: 5ca2d93939853cdc3ae2055db4e32ba71e9c6127297ec14c5de5745db2ebbe27c4182ee7325045123a91d8b3b8bac5cebf80471aaab2e67ec5458803ba85805c
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
- - [deps] upgrade BC to latest 1.71
7
- - [fix] make set_minmax_proto_version private
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
 
@@ -1,5 +1,5 @@
1
1
  module JOpenSSL
2
- VERSION = '0.14.0'
2
+ VERSION = '0.14.1.cr2'
3
3
  BOUNCY_CASTLE_VERSION = '1.71'
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.0</version>
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.0
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-06-30 00:00:00.000000000 Z
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: '0'
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