openssl 3.3.0-java → 3.3.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 +29 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88fa8e32f192bc84f0e98b01c7657bde930fe5a0231a85db1fff109944aef82f
|
4
|
+
data.tar.gz: 8e18e9f9c02e41e43bd3eff78b9135c2b6528245ae561b34c7fe47302120add5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e852f56294c28b3a01cf4016e9172f31a5fd5d3ec350bfe02822482e35c244e4be426954c49dca0bd28e6da5f3b0b1b6ea21314bc834502d67e9cccfdc798d0
|
7
|
+
data.tar.gz: f6708e3f42c0d010e8fb13020da20863e0aca756ee5f27fb115593694b7b0018b61aa95f12506013971aa674438b338e950c9c2f70340cbf9dc8b153a8665e62
|
data/History.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
Version 3.3.1
|
2
|
+
=============
|
3
|
+
|
4
|
+
Merged changes in 3.1.2 and 3.2.2.
|
5
|
+
|
6
|
+
|
1
7
|
Version 3.3.0
|
2
8
|
=============
|
3
9
|
|
@@ -74,6 +80,12 @@ And various non-user-visible changes and bug fixes. Please see the commit
|
|
74
80
|
history for more details.
|
75
81
|
|
76
82
|
|
83
|
+
Version 3.2.2
|
84
|
+
=============
|
85
|
+
|
86
|
+
Merged changes in 3.1.2.
|
87
|
+
|
88
|
+
|
77
89
|
Version 3.2.1
|
78
90
|
=============
|
79
91
|
|
@@ -120,6 +132,23 @@ Notable changes
|
|
120
132
|
[[GitHub #141]](https://github.com/ruby/openssl/pull/141)
|
121
133
|
|
122
134
|
|
135
|
+
Version 3.1.2
|
136
|
+
=============
|
137
|
+
|
138
|
+
Bug fixes
|
139
|
+
---------
|
140
|
+
|
141
|
+
* Fix crash when attempting to export an incomplete `OpenSSL::PKey::DSA` key.
|
142
|
+
[[GitHub #845]](https://github.com/ruby/openssl/issues/845)
|
143
|
+
[[GitHub #847]](https://github.com/ruby/openssl/pull/847)
|
144
|
+
* Remove the `OpenSSL::X509::V_FLAG_CRL_CHECK_ALL` flag from the default store
|
145
|
+
used by `OpenSSL::SSL::SSLContext#set_params`. It causes certificate
|
146
|
+
verification to fail with OpenSSL 3.6.0. It has no effect with any other
|
147
|
+
OpenSSL versions.
|
148
|
+
[[GitHub #949]](https://github.com/ruby/openssl/issues/949)
|
149
|
+
[[GitHub #950]](https://github.com/ruby/openssl/pull/950)
|
150
|
+
|
151
|
+
|
123
152
|
Version 3.1.1
|
124
153
|
=============
|
125
154
|
|
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: 3.3.
|
4
|
+
version: 3.3.1
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Martin Bosslet
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
- Kazuki Yamaguchi
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: jruby-openssl
|
@@ -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.6.
|
65
|
+
rubygems_version: 3.6.9
|
66
66
|
specification_version: 4
|
67
67
|
summary: SSL/TLS and general-purpose cryptography for Ruby
|
68
68
|
test_files: []
|