openssl 3.3.1-java → 3.3.3-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 +38 -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: 848d988f9e6836b688a71ffd4c036907c63e1f4876480edf06c20292912ae693
|
|
4
|
+
data.tar.gz: 7b3382158e3c8850870cef73e51ff6f56c45b7107409fb301b62ae4d3d9fcc79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80726bfee1e053414ba446949e9907fec90a176fd3bf0b3339d05dfe0ad0f379c6195d87910c72138ee103affd82b7bc6f85ca359d941ccb00de8a39a8f16514
|
|
7
|
+
data.tar.gz: c3bbbf120600cdcfb7c765f2d3b35b4a44adf6b1963dd87621b89c274720eb0623d0c79f8c73041138bef3fa92456aed617fb6abc26c8c0ec214b681285d8a7a
|
data/History.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
Version 3.3.3
|
|
2
|
+
=============
|
|
3
|
+
|
|
4
|
+
Merged changes in 3.2.4.
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Version 3.3.2
|
|
8
|
+
=============
|
|
9
|
+
|
|
10
|
+
Merged changes in 3.1.3 and 3.2.3.
|
|
11
|
+
|
|
12
|
+
|
|
1
13
|
Version 3.3.1
|
|
2
14
|
=============
|
|
3
15
|
|
|
@@ -80,6 +92,22 @@ And various non-user-visible changes and bug fixes. Please see the commit
|
|
|
80
92
|
history for more details.
|
|
81
93
|
|
|
82
94
|
|
|
95
|
+
Version 3.2.4
|
|
96
|
+
=============
|
|
97
|
+
|
|
98
|
+
Notable changes
|
|
99
|
+
---------------
|
|
100
|
+
|
|
101
|
+
* Add support for OpenSSL 4.0.
|
|
102
|
+
[[GitHub #1051]](https://github.com/ruby/openssl/pull/1051)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
Version 3.2.3
|
|
106
|
+
=============
|
|
107
|
+
|
|
108
|
+
Merged changes in 3.1.3.
|
|
109
|
+
|
|
110
|
+
|
|
83
111
|
Version 3.2.2
|
|
84
112
|
=============
|
|
85
113
|
|
|
@@ -132,6 +160,16 @@ Notable changes
|
|
|
132
160
|
[[GitHub #141]](https://github.com/ruby/openssl/pull/141)
|
|
133
161
|
|
|
134
162
|
|
|
163
|
+
Version 3.1.3
|
|
164
|
+
=============
|
|
165
|
+
|
|
166
|
+
Bug fixes
|
|
167
|
+
---------
|
|
168
|
+
|
|
169
|
+
* Fix missing NULL check for `EVP_PKEY_get0()` functions with OpenSSL 3.x.
|
|
170
|
+
[[GitHub #957]](https://github.com/ruby/openssl/pull/957)
|
|
171
|
+
|
|
172
|
+
|
|
135
173
|
Version 3.1.2
|
|
136
174
|
=============
|
|
137
175
|
|
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.3
|
|
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:
|
|
65
|
+
rubygems_version: 4.0.3
|
|
66
66
|
specification_version: 4
|
|
67
67
|
summary: SSL/TLS and general-purpose cryptography for Ruby
|
|
68
68
|
test_files: []
|