diff options
author | Yiming Jing <jingyiming@baidu.com> | 2018-09-10 11:32:23 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-12 16:09:17 +0200 |
commit | 92f9db17466c4e28998a5cf849c7a861093eff23 (patch) | |
tree | 4173c70c1464379042d3869adb0980c51c71834e /tests/certs/Server-localhost.nn-sv.pub.pem | |
parent | 683fed1a22613c00e4381147f6a1bdb3dc921532 (diff) |
tests/certs: rebuild certs with 2048-bit RSA keys
The previous test certificates contained RSA keys of only 1024 bits.
However, RSA claims that 1024-bit RSA keys are likely to become
crackable some time before 2010. The NIST recommends at least 2048-bit
keys for RSA for now.
Better use full 2048 also for testing.
Closes #2973
Diffstat (limited to 'tests/certs/Server-localhost.nn-sv.pub.pem')
-rw-r--r-- | tests/certs/Server-localhost.nn-sv.pub.pem | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/certs/Server-localhost.nn-sv.pub.pem b/tests/certs/Server-localhost.nn-sv.pub.pem index a59a0e6ee..44156ccc7 100644 --- a/tests/certs/Server-localhost.nn-sv.pub.pem +++ b/tests/certs/Server-localhost.nn-sv.pub.pem @@ -1,6 +1,9 @@ -----BEGIN PUBLIC KEY----- -MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCszBFwdCntewBEisBHA1Cdb1G3 -yXvdfu4pZ1uRm8fF5p1ZPmszJbd8OXyEed0VmOcnY5MQOjpAoN3QHm5g9B6k9x4K -C4REd+cFFjmq3r0ex7zJ4U6Mhhw/1s3j8mgCWxdTSVEpqInz0OFecQefFUcIQOms -SeQhrGUpCcqi3J6riQIDAQAB +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtahRFI3LnfU49AXDBrMU +zK1SdpQR/FsOHt2thbqdUxDtO3LDLg8jNbcux5G7n9XpHmzO/GNs2vWMKsMQWzU+ +PcTRmFYw6FoNZy+S6Wzu2SrVM0wVZ26YGdgmKtRbvZicmVRBWnhPnjGMu7eBVvXm +zbkFjT5m3ihKl+uorWzMVPHuInrzU3V8f1/1e1C3gDEX2c8o8v8faNDH79uifQoh +/CxyU6qoAx27Q4P2NXvKtb0QgUKBfS1a6kLtzFRiy0CeMe7iRjNU2Dmh98JCYu0f +3neGglmmGpfmDictC5+JLRMviDBgXDD1buzI9+hS7r9jmRwLMTKrYnMOIMo1ux/Y +XwIDAQAB -----END PUBLIC KEY----- |