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
commitc56b911aecefbad0d2a2f55689ceaaf82c97ff05 (patch)
tree2b3f34b9613eae5999a25971bd79ceae7fcd5e55
parentc1fac3c1400507da60dd62432f3e9043ae7f1982 (diff)
downloadnss-hg-c56b911aecefbad0d2a2f55689ceaaf82c97ff05.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