From f392f4782271a0d86ec714633a2ad334dcfcb4df Mon Sep 17 00:00:00 2001 From: Khwahish Patel Date: Sun, 16 Mar 2025 15:42:48 +0530 Subject: [PATCH] update the newsfragment --- newsfragments/523.feature.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/newsfragments/523.feature.rst b/newsfragments/523.feature.rst index 982a09da..62593a65 100644 --- a/newsfragments/523.feature.rst +++ b/newsfragments/523.feature.rst @@ -1 +1,2 @@ -Added a maximum RSA key size limit of 4096 bits to prevent resource exhaustion attacks. +Added a maximum RSA key size limit of 4096 bits to prevent resource exhaustion attacks.Consolidated validation logic to use a single error message source and +added tests to catch invalid key sizes (including negative values).