From fa1d0ea594a12e0ebb7832b9360855f27785d939 Mon Sep 17 00:00:00 2001 From: Helder Eijs Date: Sun, 7 Jan 2024 20:55:51 +0100 Subject: [PATCH] Update Changelog --- Changelog.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.rst b/Changelog.rst index 3fd9240e..e50a20d4 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -13,6 +13,9 @@ New features containers. * Added support for SHA-2 and SHA-3 algorithms in PBKDF2 when creating PBES2 and PKCS#8 containers. +* Export of RSA keys accepts the ``prot_params`` dictionary + as parameter to control the number of iterations for PBKDF2 + and scrypt. 3.19.1 (28 December 2023) ++++++++++++++++++++++++++ @@ -20,7 +23,7 @@ New features Resolved issues --------------- * Fixed a side-channel leakage with OAEP decryption that could be - exploited to carry out a Manger attack. Thanks to Hubert Kario. + exploited to carry out a Manger attack (CVE-2023-52323). Thanks to Hubert Kario. 3.19.0 (16 September 2023) ++++++++++++++++++++++++++