summaryrefslogtreecommitdiff
path: root/lib/mozpkix
diff options
context:
space:
mode:
authorDana Keeler <dkeeler@mozilla.com>2019-11-01 22:36:25 +0000
committerDana Keeler <dkeeler@mozilla.com>2019-11-01 22:36:25 +0000
commit7504c2347f4f7779873f31b9e282e66417fcb8ea (patch)
tree84c7144d1ce5daf169db70a04e04f58a2e057d5e /lib/mozpkix
parentb020fbb031f00bb2ee7fe57b1e1ff3af291b2106 (diff)
downloadnss-hg-7504c2347f4f7779873f31b9e282e66417fcb8ea.tar.gz
Bug 1588567 - enable mozilla::pkix gtests in NSS r=jcj
Differential Revision: https://phabricator.services.mozilla.com/D49184
Diffstat (limited to 'lib/mozpkix')
-rw-r--r--lib/mozpkix/test-lib/pkixtestnss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mozpkix/test-lib/pkixtestnss.cpp b/lib/mozpkix/test-lib/pkixtestnss.cpp
index 099bf8348..1e50f46f4 100644
--- a/lib/mozpkix/test-lib/pkixtestnss.cpp
+++ b/lib/mozpkix/test-lib/pkixtestnss.cpp
@@ -236,7 +236,7 @@ GenerateKeyPairInner()
}
PK11RSAGenParams params;
params.keySizeInBits = 2048;
- params.pe = 3;
+ params.pe = 65537;
// Bug 1012786: PK11_GenerateKeyPair can fail if there is insufficient
// entropy to generate a random key. Attempting to add some entropy and