From e1d1854a32188303c2c37b0a0614ece9b651efc7 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Thu, 22 Aug 2024 12:34:10 +0100 Subject: [PATCH] Add changelog Signed-off-by: Janos Follath --- ChangeLog.d/fix-rsa-performance-regression.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ChangeLog.d/fix-rsa-performance-regression.txt diff --git a/ChangeLog.d/fix-rsa-performance-regression.txt b/ChangeLog.d/fix-rsa-performance-regression.txt new file mode 100644 index 0000000000..abcc7a5adc --- /dev/null +++ b/ChangeLog.d/fix-rsa-performance-regression.txt @@ -0,0 +1,2 @@ +Bugfix + * Fix unintended performance regression when using short RSA public keys. See #9232.