From 30c2fa00af055e051f9f85e60e587c7424c4eca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 3 Dec 2025 11:32:45 +0100 Subject: [PATCH] Add ChangeLog for RSA private performance regression MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- ChangeLog.d/rsa-private-perf.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/rsa-private-perf.txt diff --git a/ChangeLog.d/rsa-private-perf.txt b/ChangeLog.d/rsa-private-perf.txt new file mode 100644 index 0000000000..c7893032c6 --- /dev/null +++ b/ChangeLog.d/rsa-private-perf.txt @@ -0,0 +1,4 @@ +Bugfix + * Partially fix a performance regression in RSA operations introduced by a + security fix in 3.6.5, by improving the performance of RSA private key + operations when MBEDTLS_RSA_NO_CRT is disabled, which is the default.