openssl 3.2.1-java → 3.2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/History.md +39 -0
  3. metadata +4 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd86299b603f070897e20a870d39421abb5ac5d9c50d110b335a78bb7d4132f3
4
- data.tar.gz: b84f9c3f72c59a695da35229d86c5aa5c69002723ae815689c8362f694909cbf
3
+ metadata.gz: 153ef7d46a953a1f86d04df130af2905a210dc38bc6ffd50e2d27beccafe15f8
4
+ data.tar.gz: 1bdcdca758a5e2477f5ffcdb734dec89ff80b0865bb37f4f19d7810d7ea62941
5
5
  SHA512:
6
- metadata.gz: 3df3e82e81d9437557440560679b2d7c4af842c11b6ffe80c7363cc8d32d15210535a93b98170f1d82a53d1cdfef75230c2f86237a4a5f6ad90982b660b737cc
7
- data.tar.gz: 1185bf1de8276fb1937e684da35d0ee9e892b2748e9749a6b254eb1125f58887884a60870dd52161c104c086615b0262d08cdb5ac32007f705f66b5100c5cf7b
6
+ metadata.gz: 4682d8850b3f6be47523f4a32cb99ebcabf8e03cbf3e91d9e3c14f771a7ec78ed163911dae4aa974206cd8be3d6222070c2ee5213d21a75310edc530799725e8
7
+ data.tar.gz: c2c6ea985a83bf3577cc1250c27edf700dafbdc2b6292558fcd3e27a8b05cb1663b828e0fc16055a0e4045820d8c6664c8326eb9c43d1d52bbecac73096bedab
data/History.md CHANGED
@@ -1,3 +1,15 @@
1
+ Version 3.2.3
2
+ =============
3
+
4
+ Merged changes in 3.1.3.
5
+
6
+
7
+ Version 3.2.2
8
+ =============
9
+
10
+ Merged changes in 3.1.2.
11
+
12
+
1
13
  Version 3.2.1
2
14
  =============
3
15
 
@@ -44,6 +56,33 @@ Notable changes
44
56
  [[GitHub #141]](https://github.com/ruby/openssl/pull/141)
45
57
 
46
58
 
59
+ Version 3.1.3
60
+ =============
61
+
62
+ Bug fixes
63
+ ---------
64
+
65
+ * Fix missing NULL check for `EVP_PKEY_get0()` functions with OpenSSL 3.x.
66
+ [[GitHub #957]](https://github.com/ruby/openssl/pull/957)
67
+
68
+
69
+ Version 3.1.2
70
+ =============
71
+
72
+ Bug fixes
73
+ ---------
74
+
75
+ * Fix crash when attempting to export an incomplete `OpenSSL::PKey::DSA` key.
76
+ [[GitHub #845]](https://github.com/ruby/openssl/issues/845)
77
+ [[GitHub #847]](https://github.com/ruby/openssl/pull/847)
78
+ * Remove the `OpenSSL::X509::V_FLAG_CRL_CHECK_ALL` flag from the default store
79
+ used by `OpenSSL::SSL::SSLContext#set_params`. It causes certificate
80
+ verification to fail with OpenSSL 3.6.0. It has no effect with any other
81
+ OpenSSL versions.
82
+ [[GitHub #949]](https://github.com/ruby/openssl/issues/949)
83
+ [[GitHub #950]](https://github.com/ruby/openssl/pull/950)
84
+
85
+
47
86
  Version 3.1.1
48
87
  =============
49
88
 
metadata CHANGED
@@ -1,25 +1,24 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openssl
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.2.3
5
5
  platform: java
6
6
  authors:
7
7
  - Martin Bosslet
8
8
  - SHIBATA Hiroshi
9
9
  - Zachary Scott
10
10
  - Kazuki Yamaguchi
11
- autorequire:
12
11
  bindir: bin
13
12
  cert_chain: []
14
- date: 2024-12-18 00:00:00.000000000 Z
13
+ date: 1980-01-02 00:00:00.000000000 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
16
+ name: jruby-openssl
17
17
  requirement: !ruby/object:Gem::Requirement
18
18
  requirements:
19
19
  - - "~>"
20
20
  - !ruby/object:Gem::Version
21
21
  version: '0.14'
22
- name: jruby-openssl
23
22
  type: :runtime
24
23
  prerelease: false
25
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -46,7 +45,6 @@ licenses:
46
45
  - Ruby
47
46
  metadata:
48
47
  msys2_mingw_dependencies: openssl
49
- post_install_message:
50
48
  rdoc_options:
51
49
  - "--main"
52
50
  - README.md
@@ -63,8 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
61
  - !ruby/object:Gem::Version
64
62
  version: '0'
65
63
  requirements: []
66
- rubygems_version: 3.3.26
67
- signing_key:
64
+ rubygems_version: 3.6.9
68
65
  specification_version: 4
69
66
  summary: SSL/TLS and general-purpose cryptography for Ruby
70
67
  test_files: []