update the newsfragment

This commit is contained in:
Khwahish Patel
2025-03-16 15:42:48 +05:30
committed by Paul Robinson
parent ea85067beb
commit f392f47822

View File

@ -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).