mirror of https://github.com/openssl/openssl.git
The validation was checking the default 'bits' value (4096) instead of
the parsed 'bits_i' from the command line arguments, allowing invalid
key sizes to bypass the 512-bit minimum.
CLA: trivial
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/28139)
(cherry picked from commit
|
||
---|---|---|
.. | ||
EVP_PKEY_DSA_keygen.c | ||
EVP_PKEY_DSA_paramfromdata.c | ||
EVP_PKEY_DSA_paramgen.c | ||
EVP_PKEY_DSA_paramvalidate.c | ||
EVP_PKEY_EC_keygen.c | ||
EVP_PKEY_RSA_keygen.c | ||
Makefile | ||
build.info | ||
dsa.inc |