allow SHA384, SHA512 wit DSA
This commit is contained in:
parent
03bc500a9f
commit
fc683d7213
@ -188,7 +188,9 @@ static int pkey_dsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
|
|||||||
if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
|
if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
|
||||||
EVP_MD_type((const EVP_MD *)p2) != NID_dsa &&
|
EVP_MD_type((const EVP_MD *)p2) != NID_dsa &&
|
||||||
EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
|
EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
|
||||||
EVP_MD_type((const EVP_MD *)p2) != NID_sha256)
|
EVP_MD_type((const EVP_MD *)p2) != NID_sha256 &&
|
||||||
|
EVP_MD_type((const EVP_MD *)p2) != NID_sha384 &&
|
||||||
|
EVP_MD_type((const EVP_MD *)p2) != NID_sha512)
|
||||||
{
|
{
|
||||||
DSAerr(DSA_F_PKEY_DSA_CTRL, DSA_R_INVALID_DIGEST_TYPE);
|
DSAerr(DSA_F_PKEY_DSA_CTRL, DSA_R_INVALID_DIGEST_TYPE);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user