From 138e2dd47ec352ff2b6a2dedc1ccc12699eeea6543917571fa2073857167a9d6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 13 Apr 2022 11:28:38 +0000 Subject: [PATCH] - update to 3.3.2 (bsc#1182066, CVE-2020-36242, bsc#1198331): OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=149 --- python-cryptography.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cryptography.changes b/python-cryptography.changes index 862d050..bfa7e2e 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -120,7 +120,7 @@ Mon Apr 26 10:07:08 UTC 2021 - Matej Cepl ------------------------------------------------------------------- Sun Feb 7 20:11:11 UTC 2021 - Michael Ströder -- update to 3.3.2 (bsc#1182066, CVE-2020-36242): +- update to 3.3.2 (bsc#1182066, CVE-2020-36242, bsc#1198331): * SECURITY ISSUE: Fixed a bug where certain sequences of update() calls when symmetrically encrypting very large payloads (>2GB) could result in an integer overflow, leading to buffer overflows.