summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Schanck <jschanck@mozilla.com>2023-03-07 19:04:35 +0000
committerJohn Schanck <jschanck@mozilla.com>2023-03-07 19:04:35 +0000
commitae8c0e51564c943f18a2b7659f562bcf5b7997cb (patch)
tree2b3f34b9613eae5999a25971bd79ceae7fcd5e55
parentf49cdda5f7e95a8d1d7d43e6c332d22c7f7e9a6e (diff)
downloadnss-hg-ae8c0e51564c943f18a2b7659f562bcf5b7997cb.tar.gz
Bug 1820834 - revert freebl/softoken RSA_MIN_MODULUS_BITS increase. r=rrelyea
Differential Revision: https://phabricator.services.mozilla.com/D171882
-rw-r--r--lib/freebl/blapit.h2
1 files changed, 1 insertions, 1 deletions
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