openssl 3.2.0-java → 3.2.1-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/History.md +38 -1
- 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: fd86299b603f070897e20a870d39421abb5ac5d9c50d110b335a78bb7d4132f3
|
4
|
+
data.tar.gz: b84f9c3f72c59a695da35229d86c5aa5c69002723ae815689c8362f694909cbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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:
|
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
|
- - "~>"
|