From ea01efa589cde8e984f37a9aa1898825532b3ec6 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 20 Mar 2024 17:19:08 +0100 Subject: [PATCH] add changelog Signed-off-by: Valerio Setti --- ChangeLog.d/8938.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/8938.txt diff --git a/ChangeLog.d/8938.txt b/ChangeLog.d/8938.txt new file mode 100644 index 0000000000..68a1c084be --- /dev/null +++ b/ChangeLog.d/8938.txt @@ -0,0 +1,3 @@ +Bugfix + * Fix RSA opaque keys always using PKCS1 v1.5 algorithms instead of the + primary algorithm of the wrapped PSA key.