mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:23:31 +03:00
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
This commit is contained in:
parent
683fed1a22
commit
92f9db1746
43 changed files with 1065 additions and 787 deletions
|
|
@ -15,7 +15,7 @@ USAGE="echo Usage is genserv.sh <prefix> <caprefix>"
|
|||
HOME=`pwd`
|
||||
cd $HOME
|
||||
|
||||
KEYSIZE=1024
|
||||
KEYSIZE=2048
|
||||
DURATION=3000
|
||||
|
||||
REQ=YES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue