Replace EVP_PKEY_supports_digest_nid
authorTomas Mraz <tomas@openssl.org>
Fri, 7 May 2021 15:44:26 +0000 (17:44 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 13 May 2021 11:19:39 +0000 (13:19 +0200)
commite9fe0f7e9df7e0909ca52a024b889e48616a29d9
tree0063dedfae3fa67b80e46e5572743298a3eb2037
parent3c39bd9b89198c6b3834c369c7da6f582788f645
Replace EVP_PKEY_supports_digest_nid

The EVP_PKEY_supports_digest_nid() is renamed to
EVP_PKEY_digestsign_supports_digest() and implemented
via EVP_DigestSignInit_ex().

Fixes #14343

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15198)
crypto/evp/p_lib.c
doc/build.info
doc/man3/EVP_PKEY_ASN1_METHOD.pod
doc/man3/EVP_PKEY_digestsign_supports_digest.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_get_default_digest_nid.pod
doc/man3/EVP_PKEY_supports_digest_nid.pod [deleted file]
include/openssl/evp.h
ssl/t1_lib.c
util/libcrypto.num