* [ptxdist] [PATCH] openssl: Version bump. 3.5.5 -> 3.5.6
@ 2026-04-09 17:44 Christian Melki
2026-04-13 7:12 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2026-04-09 17:44 UTC (permalink / raw)
To: ptxdist
Security update.
https://github.com/openssl/openssl/releases/tag/openssl-3.5.6
Plugs CVEs:
CVE-2026-31790: Fixed incorrect failure handling in RSA KEM RSASVE encapsulation.
CVE-2026-2673: Fixed loss of key agreement group tuple structure when the DEFAULT keyword
is used in the server-side configuration of the key-agreement group list.
CVE-2026-28387: Fixed potential use-after-free in DANE client code.
CVE-2026-28388: Fixed NULL pointer dereference when processing a delta CRL.
CVE-2026-28389: Fixed possible NULL dereference when processing CMS KeyAgreeRecipientInfo.
CVE-2026-28390: Fixed possible NULL dereference when processing CMS KeyTransportRecipientInfo.
CVE-2026-31789: Fixed heap buffer overflow in hexadecimal conversion.
* Forward patchset, applies cleanly.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
.../0001-debian-targets.patch | 0
patches/{openssl-3.5.5 => openssl-3.5.6}/0002-pic.patch | 0
...Configure-allow-to-enable-ktls-if-target-does-not-st.patch | 0
.../0004-conf-Serialize-allocation-free-of-ssl_names.patch | 0
patches/{openssl-3.5.5 => openssl-3.5.6}/series | 0
rules/openssl.make | 4 ++--
6 files changed, 2 insertions(+), 2 deletions(-)
rename patches/{openssl-3.5.5 => openssl-3.5.6}/0001-debian-targets.patch (100%)
rename patches/{openssl-3.5.5 => openssl-3.5.6}/0002-pic.patch (100%)
rename patches/{openssl-3.5.5 => openssl-3.5.6}/0003-Configure-allow-to-enable-ktls-if-target-does-not-st.patch (100%)
rename patches/{openssl-3.5.5 => openssl-3.5.6}/0004-conf-Serialize-allocation-free-of-ssl_names.patch (100%)
rename patches/{openssl-3.5.5 => openssl-3.5.6}/series (100%)
diff --git a/patches/openssl-3.5.5/0001-debian-targets.patch b/patches/openssl-3.5.6/0001-debian-targets.patch
similarity index 100%
rename from patches/openssl-3.5.5/0001-debian-targets.patch
rename to patches/openssl-3.5.6/0001-debian-targets.patch
diff --git a/patches/openssl-3.5.5/0002-pic.patch b/patches/openssl-3.5.6/0002-pic.patch
similarity index 100%
rename from patches/openssl-3.5.5/0002-pic.patch
rename to patches/openssl-3.5.6/0002-pic.patch
diff --git a/patches/openssl-3.5.5/0003-Configure-allow-to-enable-ktls-if-target-does-not-st.patch b/patches/openssl-3.5.6/0003-Configure-allow-to-enable-ktls-if-target-does-not-st.patch
similarity index 100%
rename from patches/openssl-3.5.5/0003-Configure-allow-to-enable-ktls-if-target-does-not-st.patch
rename to patches/openssl-3.5.6/0003-Configure-allow-to-enable-ktls-if-target-does-not-st.patch
diff --git a/patches/openssl-3.5.5/0004-conf-Serialize-allocation-free-of-ssl_names.patch b/patches/openssl-3.5.6/0004-conf-Serialize-allocation-free-of-ssl_names.patch
similarity index 100%
rename from patches/openssl-3.5.5/0004-conf-Serialize-allocation-free-of-ssl_names.patch
rename to patches/openssl-3.5.6/0004-conf-Serialize-allocation-free-of-ssl_names.patch
diff --git a/patches/openssl-3.5.5/series b/patches/openssl-3.5.6/series
similarity index 100%
rename from patches/openssl-3.5.5/series
rename to patches/openssl-3.5.6/series
diff --git a/rules/openssl.make b/rules/openssl.make
index 988ff36e6..865f2c2b7 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_OPENSSL) += openssl
#
# Paths and names
#
-OPENSSL_VERSION := 3.5.5
-OPENSSL_MD5 := 9c86d929c3d1067e2c88239d7d1ce81b
+OPENSSL_VERSION := 3.5.6
+OPENSSL_MD5 := 1bb3506c580865a0a464e09288ac157e
OPENSSL := openssl-$(OPENSSL_VERSION)
OPENSSL_SUFFIX := tar.gz
OPENSSL_URL := \
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] openssl: Version bump. 3.5.5 -> 3.5.6
2026-04-09 17:44 [ptxdist] [PATCH] openssl: Version bump. 3.5.5 -> 3.5.6 Christian Melki
@ 2026-04-13 7:12 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-04-13 7:12 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as c60783706fe86924d1a568b04a81b64d8c8ff9b7.
Michael
[sent from post-receive hook]
On Mon, 13 Apr 2026 09:12:19 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Security update.
> https://github.com/openssl/openssl/releases/tag/openssl-3.5.6
>
> Plugs CVEs:
> CVE-2026-31790: Fixed incorrect failure handling in RSA KEM RSASVE encapsulation.
> CVE-2026-2673: Fixed loss of key agreement group tuple structure when the DEFAULT keyword
> is used in the server-side configuration of the key-agreement group list.
> CVE-2026-28387: Fixed potential use-after-free in DANE client code.
> CVE-2026-28388: Fixed NULL pointer dereference when processing a delta CRL.
> CVE-2026-28389: Fixed possible NULL dereference when processing CMS KeyAgreeRecipientInfo.
> CVE-2026-28390: Fixed possible NULL dereference when processing CMS KeyTransportRecipientInfo.
> CVE-2026-31789: Fixed heap buffer overflow in hexadecimal conversion.
>
> * Forward patchset, applies cleanly.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20260409174443.2219927-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/openssl-3.5.5/0001-debian-targets.patch b/patches/openssl-3.5.6/0001-debian-targets.patch
> similarity index 100%
> rename from patches/openssl-3.5.5/0001-debian-targets.patch
> rename to patches/openssl-3.5.6/0001-debian-targets.patch
> diff --git a/patches/openssl-3.5.5/0002-pic.patch b/patches/openssl-3.5.6/0002-pic.patch
> similarity index 100%
> rename from patches/openssl-3.5.5/0002-pic.patch
> rename to patches/openssl-3.5.6/0002-pic.patch
> diff --git a/patches/openssl-3.5.5/0003-Configure-allow-to-enable-ktls-if-target-does-not-st.patch b/patches/openssl-3.5.6/0003-Configure-allow-to-enable-ktls-if-target-does-not-st.patch
> similarity index 100%
> rename from patches/openssl-3.5.5/0003-Configure-allow-to-enable-ktls-if-target-does-not-st.patch
> rename to patches/openssl-3.5.6/0003-Configure-allow-to-enable-ktls-if-target-does-not-st.patch
> diff --git a/patches/openssl-3.5.5/0004-conf-Serialize-allocation-free-of-ssl_names.patch b/patches/openssl-3.5.6/0004-conf-Serialize-allocation-free-of-ssl_names.patch
> similarity index 100%
> rename from patches/openssl-3.5.5/0004-conf-Serialize-allocation-free-of-ssl_names.patch
> rename to patches/openssl-3.5.6/0004-conf-Serialize-allocation-free-of-ssl_names.patch
> diff --git a/patches/openssl-3.5.5/series b/patches/openssl-3.5.6/series
> similarity index 100%
> rename from patches/openssl-3.5.5/series
> rename to patches/openssl-3.5.6/series
> diff --git a/rules/openssl.make b/rules/openssl.make
> index 988ff36e6188..865f2c2b77ec 100644
> --- a/rules/openssl.make
> +++ b/rules/openssl.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_OPENSSL) += openssl
> #
> # Paths and names
> #
> -OPENSSL_VERSION := 3.5.5
> -OPENSSL_MD5 := 9c86d929c3d1067e2c88239d7d1ce81b
> +OPENSSL_VERSION := 3.5.6
> +OPENSSL_MD5 := 1bb3506c580865a0a464e09288ac157e
> OPENSSL := openssl-$(OPENSSL_VERSION)
> OPENSSL_SUFFIX := tar.gz
> OPENSSL_URL := \
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-13 7:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-09 17:44 [ptxdist] [PATCH] openssl: Version bump. 3.5.5 -> 3.5.6 Christian Melki
2026-04-13 7:12 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox