increase crypto_unittest key sizes to satisfy NSS 3.19.1
commit93937caf120fed43de182e475822805afdbe3001
authormostynb <mostynb@opera.com>
Tue, 9 Jun 2015 19:36:17 +0000 (9 12:36 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 9 Jun 2015 19:36:44 +0000 (9 19:36 +0000)
tree34c4a5111d83b1fd8e77d30c7c37c4f6f39da6dd
parentd1c7e40e7caf9012d50e9cee8930d07451ce02d2
increase crypto_unittest key sizes to satisfy NSS 3.19.1

NSS version 3.19.1 added minimum key size constraints to avoid the Logjam attack:

> The minimum size of keys that NSS will generate has been raised:
>    The minimum modulus size for RSA keys is now 512 bits
>    The minimum modulus size for DSA keys is now 1023 bits
>    The minimum modulus size for Diffie-Hellman keys is now 1023 bits

https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.19.1_release_notes

https://bugzilla.mozilla.org/show_bug.cgi?id=1138554

BUG=490240

Review URL: https://codereview.chromium.org/1148193006

Cr-Commit-Position: refs/heads/master@{#333554}
crypto/nss_key_util_unittest.cc
crypto/rsa_private_key_unittest.cc