summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2018-10-22 18:49:54 +0100
committerNicola Tuveri <nic.tuv@gmail.com>2018-11-10 03:23:14 +0200
commitecbb2fca9301ef22b15beb30c4c0303b29846935 (patch)
tree28568a5d29802e457a3ca4285f5945ed2508069a /util
parent2d263a4a73f852005b16359873475d48755999ad (diff)
Add EVP_PKEY_supports_digest_nid()
Rather than relying only on mandatory default digests, add a way for the EVP_PKEY to individually report whether each digest algorithm is supported. Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7408)
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 f159a40528..c6de172f8e 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4597,3 +4597,4 @@ EVP_MAC_do_all 4550 1_1_2 EXIST::FUNCTION:
EVP_MAC_do_all_sorted 4551 1_1_2 EXIST::FUNCTION:
EVP_str2ctrl 4552 1_1_2 EXIST::FUNCTION:
EVP_hex2ctrl 4553 1_1_2 EXIST::FUNCTION:
+EVP_PKEY_supports_digest_nid 4554 1_1_2 EXIST::FUNCTION: