openssl 4.0.0-java → 4.0.1-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 +20 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d94d72616de151418fc2280e0b54dbf97158e8a0bf4810ed95ef23af8de04d45
|
|
4
|
+
data.tar.gz: b55b5a78d888b3d20966fbdb2bd0f7bd712ed324e9f052620edbba6d840b3c0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 728c01f67df3a8b398f41e6cb61e82533b0d68318313b69c0ce1b763ce88104a6a75099bbb1ea7a6639fc18ef79c8c1ce4e3ed7fc23b4c0a6705c55dc78acbb4
|
|
7
|
+
data.tar.gz: 1a0d9332a30fb31ac2eeb005724fcb8ff22d98bf9b2a6afa16884b9d6f9f1ece0e1be58127ff37c0e8b0b79531e0f51746299589ccffb6d57a53a5ae16a298ab
|
data/History.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
Version 4.0.1
|
|
2
|
+
=============
|
|
3
|
+
|
|
4
|
+
Notable changes
|
|
5
|
+
---------------
|
|
6
|
+
|
|
7
|
+
* Add `sync_close` keyword argument to `OpenSSL::SSL::SSLSocket.new` as a
|
|
8
|
+
short-hand for setting `sync_close` attribute on the created `SSLSocket`
|
|
9
|
+
instance.
|
|
10
|
+
[[GitHub #955]](https://github.com/ruby/openssl/issues/955)
|
|
11
|
+
[[GitHub #996]](https://github.com/ruby/openssl/pull/996)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
Bug fixes
|
|
15
|
+
---------
|
|
16
|
+
|
|
17
|
+
* Fix uninitialized variables in `OpenSSL::OCSP::BasicResponse#status`.
|
|
18
|
+
[[GitHub #1004]](https://github.com/ruby/openssl/pull/1004)
|
|
19
|
+
|
|
20
|
+
|
|
1
21
|
Version 4.0.0
|
|
2
22
|
=============
|
|
3
23
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openssl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.1
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Bosslet
|
|
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
63
|
version: '0'
|
|
64
64
|
requirements: []
|
|
65
|
-
rubygems_version: 3.
|
|
65
|
+
rubygems_version: 3.7.2
|
|
66
66
|
specification_version: 4
|
|
67
67
|
summary: SSL/TLS and general-purpose cryptography for Ruby
|
|
68
68
|
test_files: []
|