Always seed PRNG for new requests no matter what key type. RSA may need
the PRNG for blinding. PR: 1666
This commit is contained in:
parent
6168067160
commit
a25fb95bd6
1 changed files with 1 additions and 2 deletions
|
@ -719,8 +719,7 @@ bad:
|
|||
message */
|
||||
goto end;
|
||||
}
|
||||
if (EVP_PKEY_type(pkey->type) == EVP_PKEY_DSA ||
|
||||
EVP_PKEY_type(pkey->type) == EVP_PKEY_EC)
|
||||
else
|
||||
{
|
||||
char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE");
|
||||
if (randfile == NULL)
|
||||
|
|
Loading…
Reference in a new issue