Commit 7f572e95 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Remove legacy sign/verify from EVP_MD.



Remove sign/verify and required_pkey_type fields of EVP_MD: these are a
legacy from when digests were linked to public key types. All signing is
now handled by the corresponding EVP_PKEY_METHOD.

Only allow supported digest types in RSA EVP_PKEY_METHOD: other algorithms
already block unsupported types.

Remove now obsolete EVP_dss1() and EVP_ecdsa().

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 0aca86b3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment