openssl 3.3.1-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 +22 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88fa8e32f192bc84f0e98b01c7657bde930fe5a0231a85db1fff109944aef82f
4
- data.tar.gz: 8e18e9f9c02e41e43bd3eff78b9135c2b6528245ae561b34c7fe47302120add5
3
+ metadata.gz: bf9522ee11a31ec94832d43bc4c2ce1a39da5b441c90cebe6c7815ecb23ca00c
4
+ data.tar.gz: b13e65b9d6b6e90b0b0fa7d537c588895812e2179e0e10d3adb665a727bd8d84
5
5
  SHA512:
6
- metadata.gz: 3e852f56294c28b3a01cf4016e9172f31a5fd5d3ec350bfe02822482e35c244e4be426954c49dca0bd28e6da5f3b0b1b6ea21314bc834502d67e9cccfdc798d0
7
- data.tar.gz: f6708e3f42c0d010e8fb13020da20863e0aca756ee5f27fb115593694b7b0018b61aa95f12506013971aa674438b338e950c9c2f70340cbf9dc8b153a8665e62
6
+ metadata.gz: 0bb619e1823453ccdc51253f42d23c5214e8410041d122c1114ae54eb389096715a873e2253c1a76b89475636d3e51b6d25b81ed33662d7ce19aae00a45506f2
7
+ data.tar.gz: b0f133dd8e31b31b383a61c1c8cc93300fc5b182c33c05eb12db725652b12397f6b5c3e50a0812595b48d7e650d365acae48d9c1e577755db429e4d7e41d6e8d
data/History.md CHANGED
@@ -1,3 +1,9 @@
1
+ Version 3.3.2
2
+ =============
3
+
4
+ Merged changes in 3.1.3 and 3.2.3.
5
+
6
+
1
7
  Version 3.3.1
2
8
  =============
3
9
 
@@ -80,6 +86,12 @@ And various non-user-visible changes and bug fixes. Please see the commit
80
86
  history for more details.
81
87
 
82
88
 
89
+ Version 3.2.3
90
+ =============
91
+
92
+ Merged changes in 3.1.3.
93
+
94
+
83
95
  Version 3.2.2
84
96
  =============
85
97
 
@@ -132,6 +144,16 @@ Notable changes
132
144
  [[GitHub #141]](https://github.com/ruby/openssl/pull/141)
133
145
 
134
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
+
135
157
  Version 3.1.2
136
158
  =============
137
159
 
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.1
4
+ version: 3.3.2
5
5
  platform: java
6
6
  authors:
7
7
  - Martin Bosslet