15
0

- Add CVE-2020-25657-Bleichenbacher-attack.patch (CVE-2020-25657,

bsc#1178829), which mitigates the Bleichenbacher timing attacks
  in the RSA decryption API.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=108
This commit is contained in:
2022-07-12 21:24:39 +00:00
committed by Git OBS Bridge
parent d4438ca8be
commit ce064aef99
3 changed files with 83 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 12 20:49:47 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Add CVE-2020-25657-Bleichenbacher-attack.patch (CVE-2020-25657,
bsc#1178829), which mitigates the Bleichenbacher timing attacks
in the RSA decryption API.
-------------------------------------------------------------------
Thu Apr 7 15:45:07 UTC 2022 - Matej Cepl <mcepl@suse.com>