From 56457b9eacb0ab9fe1bf80995b909388bcf52e88 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Tue, 20 Feb 2024 10:47:47 +0100 Subject: [PATCH] add changelog Signed-off-by: Valerio Setti --- ChangeLog.d/8824.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ChangeLog.d/8824.txt diff --git a/ChangeLog.d/8824.txt b/ChangeLog.d/8824.txt new file mode 100644 index 0000000000..fb34c01610 --- /dev/null +++ b/ChangeLog.d/8824.txt @@ -0,0 +1,6 @@ +Bugfix + * Fix mbedtls_pk_sign(), mbedtls_pk_verify(), mbedtls_pk_decrypt() or + mbedtls_pk_encrypt() on non-opaque RSA keys to honor the padding mode in + the RSA context. Before they always used PKCS#1 v1.5 even when the RSA + context was configured for PKCS#1 v2.1 (PSS/OAEP). Fixes #8824. +