From c56b911aecefbad0d2a2f55689ceaaf82c97ff05 Mon Sep 17 00:00:00 2001 From: John Schanck Date: Tue, 7 Mar 2023 19:04:35 +0000 Subject: Bug 1820834 - revert freebl/softoken RSA_MIN_MODULUS_BITS increase. r=rrelyea Differential Revision: https://phabricator.services.mozilla.com/D171882 --- lib/freebl/blapit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/freebl/blapit.h b/lib/freebl/blapit.h index d3d935ebe..0054e17b8 100644 --- a/lib/freebl/blapit.h +++ b/lib/freebl/blapit.h @@ -135,7 +135,7 @@ typedef int __BLAPI_DEPRECATED __attribute__((deprecated)); * These values come from the initial key size limits from the PKCS #11 * module. They may be arbitrarily adjusted to any value freebl supports. */ -#define RSA_MIN_MODULUS_BITS 1023 /* 128 */ +#define RSA_MIN_MODULUS_BITS 128 #define RSA_MAX_MODULUS_BITS 16384 #define RSA_MAX_EXPONENT_BITS 64 #define DH_MIN_P_BITS 128 -- cgit v1.2.1