openssl 3.3.0-java → 3.3.2-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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/History.md +51 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41ca3fffe70ca4744fcbcb51f952105ae9a9f7698150fe2863123ff3c840898f
4
- data.tar.gz: d9e2b148027e75497bad86ff40a83709c8024ac7feaa3d14faba9243ddcbdf4c
3
+ metadata.gz: bf9522ee11a31ec94832d43bc4c2ce1a39da5b441c90cebe6c7815ecb23ca00c
4
+ data.tar.gz: b13e65b9d6b6e90b0b0fa7d537c588895812e2179e0e10d3adb665a727bd8d84
5
5
  SHA512:
6
- metadata.gz: be1b780d7c7d77876c7896dd52076d4bf0cd4e973722c70ee71d3364ae4f58c951b064f93c4846206eaba7a63e14dd3a24ac8479336de02b17b11afbabe7e021
7
- data.tar.gz: 452e68dc726140723010cb85b02987d015e8c914dcd87c704248e797562a25f5a01b5ff2005169c234cc58a4ac0e6fdfa3e5576b192e2d128d8c3b98d7d996de
6
+ metadata.gz: 0bb619e1823453ccdc51253f42d23c5214e8410041d122c1114ae54eb389096715a873e2253c1a76b89475636d3e51b6d25b81ed33662d7ce19aae00a45506f2
7
+ data.tar.gz: b0f133dd8e31b31b383a61c1c8cc93300fc5b182c33c05eb12db725652b12397f6b5c3e50a0812595b48d7e650d365acae48d9c1e577755db429e4d7e41d6e8d
data/History.md CHANGED
@@ -1,3 +1,15 @@
1
+ Version 3.3.2
2
+ =============
3
+
4
+ Merged changes in 3.1.3 and 3.2.3.
5
+
6
+
7
+ Version 3.3.1
8
+ =============
9
+
10
+ Merged changes in 3.1.2 and 3.2.2.
11
+
12
+
1
13
  Version 3.3.0
2
14
  =============
3
15
 
@@ -74,6 +86,18 @@ And various non-user-visible changes and bug fixes. Please see the commit
74
86
  history for more details.
75
87
 
76
88
 
89
+ Version 3.2.3
90
+ =============
91
+
92
+ Merged changes in 3.1.3.
93
+
94
+
95
+ Version 3.2.2
96
+ =============
97
+
98
+ Merged changes in 3.1.2.
99
+
100
+
77
101
  Version 3.2.1
78
102
  =============
79
103
 
@@ -120,6 +144,33 @@ Notable changes
120
144
  [[GitHub #141]](https://github.com/ruby/openssl/pull/141)
121
145
 
122
146
 
147
+ Version 3.1.3
148
+ =============
149
+
150
+ Bug fixes
151
+ ---------
152
+
153
+ * Fix missing NULL check for `EVP_PKEY_get0()` functions with OpenSSL 3.x.
154
+ [[GitHub #957]](https://github.com/ruby/openssl/pull/957)
155
+
156
+
157
+ Version 3.1.2
158
+ =============
159
+
160
+ Bug fixes
161
+ ---------
162
+
163
+ * Fix crash when attempting to export an incomplete `OpenSSL::PKey::DSA` key.
164
+ [[GitHub #845]](https://github.com/ruby/openssl/issues/845)
165
+ [[GitHub #847]](https://github.com/ruby/openssl/pull/847)
166
+ * Remove the `OpenSSL::X509::V_FLAG_CRL_CHECK_ALL` flag from the default store
167
+ used by `OpenSSL::SSL::SSLContext#set_params`. It causes certificate
168
+ verification to fail with OpenSSL 3.6.0. It has no effect with any other
169
+ OpenSSL versions.
170
+ [[GitHub #949]](https://github.com/ruby/openssl/issues/949)
171
+ [[GitHub #950]](https://github.com/ruby/openssl/pull/950)
172
+
173
+
123
174
  Version 3.1.1
124
175
  =============
125
176
 
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.0
4
+ version: 3.3.2
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: 2024-12-21 00:00:00.000000000 Z
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.1
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: []