openssl 3.2.0-java → 3.2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/History.md +38 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6e67359ff6684ac6aaab8dd96a5ad514607061684599c8aeb05539efed688b2
4
- data.tar.gz: 5a984028d3fabef8316e217bca7bdaccb4b94f86e53a07c8f142262f904b03f5
3
+ metadata.gz: fd86299b603f070897e20a870d39421abb5ac5d9c50d110b335a78bb7d4132f3
4
+ data.tar.gz: b84f9c3f72c59a695da35229d86c5aa5c69002723ae815689c8362f694909cbf
5
5
  SHA512:
6
- metadata.gz: a7fba22ae1dd763555cc2dccf7ab839211ea32e4721e71eab2fe8553641848828898d66f22bdab8ba9910b6582180ab1c091d9df39792088ffbf8205e45224a3
7
- data.tar.gz: 20a51085a52be2d6c72fe03cb77ecfb8f8efab15a2148ef0ba0f0a32052679ec65fb3fd4c0a45f2ff7c834861b272b1478ee34a653127ad16433e4420313a31a
6
+ metadata.gz: 3df3e82e81d9437557440560679b2d7c4af842c11b6ffe80c7363cc8d32d15210535a93b98170f1d82a53d1cdfef75230c2f86237a4a5f6ad90982b660b737cc
7
+ data.tar.gz: 1185bf1de8276fb1937e684da35d0ee9e892b2748e9749a6b254eb1125f58887884a60870dd52161c104c086615b0262d08cdb5ac32007f705f66b5100c5cf7b
data/History.md CHANGED
@@ -1,3 +1,9 @@
1
+ Version 3.2.1
2
+ =============
3
+
4
+ Merged changes in 3.0.3.
5
+
6
+
1
7
  Version 3.2.0
2
8
  =============
3
9
 
@@ -38,6 +44,12 @@ Notable changes
38
44
  [[GitHub #141]](https://github.com/ruby/openssl/pull/141)
39
45
 
40
46
 
47
+ Version 3.1.1
48
+ =============
49
+
50
+ Merged changes in 3.0.3.
51
+
52
+
41
53
  Version 3.1.0
42
54
  =============
43
55
 
@@ -74,6 +86,31 @@ Notable changes
74
86
  LibreSSL 3.6 and Ed25519 support in LibreSSL 3.7.
75
87
 
76
88
 
89
+ Version 3.0.3
90
+ =============
91
+
92
+ Bug fixes
93
+ ---------
94
+
95
+ * Fix a performance regression introduced in v2.1.3 on a buffered write to
96
+ `SSLSocket`.
97
+ [[GitHub #706]](https://github.com/ruby/openssl/pull/706)
98
+ * Fix `OpenSSL::PKCS7` to handle PKCS#7 structures without content.
99
+ [[GitHub #690]](https://github.com/ruby/openssl/pull/690)
100
+ [[GitHub #752]](https://github.com/ruby/openssl/pull/752)
101
+ * Fix `OpenSSL::ASN1::ObjectId#==` with OIDs without a known name.
102
+ [[GitHub #791]](https://github.com/ruby/openssl/issues/791)
103
+ [[GitHub #792]](https://github.com/ruby/openssl/pull/792)
104
+ * Fix `OpenSSL::X509::Certificate#crl_uris` to handle CDP with multiple CRL
105
+ URIs.
106
+ [[GitHub #775]](https://github.com/ruby/openssl/issues/775)
107
+ [[GitHub #776]](https://github.com/ruby/openssl/pull/776)
108
+ * Fix `OpenSSL::Cipher#update` to always make the output buffer `String`
109
+ independent.
110
+ [[Bug #20937]](https://bugs.ruby-lang.org/issues/20937)
111
+ [[GitHub #824]](https://github.com/ruby/openssl/pull/824)
112
+
113
+
77
114
  Version 3.0.2
78
115
  =============
79
116
 
@@ -457,7 +494,7 @@ Security fixes
457
494
  Bug fixes
458
495
  ---------
459
496
 
460
- * Fixed OpenSSL::PKey::*.{new,generate} immediately aborting if the thread is
497
+ * Fixed OpenSSL::PKey::\*.{new,generate} immediately aborting if the thread is
461
498
  interrupted.
462
499
  [[Bug #14882]](https://bugs.ruby-lang.org/issues/14882)
463
500
  [[GitHub #205]](https://github.com/ruby/openssl/pull/205)
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.2.0
4
+ version: 3.2.1
5
5
  platform: java
6
6
  authors:
7
7
  - Martin Bosslet
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2023-09-21 00:00:00.000000000 Z
14
+ date: 2024-12-18 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  requirement: !ruby/object:Gem::Requirement
@@ -20,8 +20,8 @@ dependencies:
20
20
  - !ruby/object:Gem::Version
21
21
  version: '0.14'
22
22
  name: jruby-openssl
23
- prerelease: false
24
23
  type: :runtime
24
+ prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - "~>"