From c1f3fc5b9950ddf02b9d42933f3bbb2d04aac91ab7827ffe0e02d4156c7d4d9c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 Jan 2024 15:05:35 +0000 Subject: [PATCH] - update to 3.19.1 (bsc#1218564, CVE-2023-52323) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodomex?expand=0&rev=42 --- python-pycryptodomex.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pycryptodomex.changes b/python-pycryptodomex.changes index 221aec2..a2d62c1 100644 --- a/python-pycryptodomex.changes +++ b/python-pycryptodomex.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Sat Dec 30 16:57:08 UTC 2023 - Dirk Müller -- update to 3.19.1: +- update to 3.19.1 (bsc#1218564, CVE-2023-52323) * Fixed a side-channel leakage with OAEP decryption that could be exploited to carry out a Manger attack. Thanks to Hubert Kario.