aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-01-13 08:49:44 +0100
committerRichard Levitte <levitte@openssl.org>2020-01-23 17:59:12 +0100
commitead0d2347a348f0916d6d25818d16d702f1d1156 (patch)
tree46ec463c875a8f05e9f5af28d56bea142cab0895 /util
parentc24937d5e71a990763f227be229ad41aab44728f (diff)
downloadopenssl-ead0d2347a348f0916d6d25818d16d702f1d1156.zip
openssl-ead0d2347a348f0916d6d25818d16d702f1d1156.tar.gz
openssl-ead0d2347a348f0916d6d25818d16d702f1d1156.tar.bz2
EVP: Add EVP_PKEY_get_default_digest_name() and use it
It is the provider version of EVP_PKEY_get_default_digest_nid(). We make sure to use it in the non-legacy section of do_sigver_init() (internal implementation for EVP_DigestSignInit() and EVP_DigestVerifyInit()) Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10824)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 457f968..d0443c2 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4912,3 +4912,4 @@ ASN1_UTCTIME_dup ? 3_0_0 EXIST::FUNCTION:
ASN1_GENERALIZEDTIME_dup ? 3_0_0 EXIST::FUNCTION:
RAND_priv_bytes_ex ? 3_0_0 EXIST::FUNCTION:
RAND_bytes_ex ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_get_default_digest_name ? 3_0_0 EXIST::FUNCTION: