summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorPaul Yang <yang.yang@baishancloud.com>2017-11-01 00:45:24 +0800
committerRichard Levitte <levitte@openssl.org>2017-11-20 07:20:30 +0100
commitb0004708730f300a2e5c6a11c887caab50b6c42a (patch)
treecdfb52867403b6dee0f8c1c9860111076dd37144 /util/libcrypto.num
parent5d99881e6a58a8775b8ca866b794f615a16bb033 (diff)
Support public key and param check in EVP interface
EVP_PKEY_public_check() and EVP_PKEY_param_check() Doc and test cases are added Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4647)
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r--util/libcrypto.num11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 100e71f965..8d9db312a6 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4427,3 +4427,14 @@ EVP_sm4_ecb 4371 1_1_1 EXIST::FUNCTION:SM4
EVP_sm4_cfb128 4372 1_1_1 EXIST::FUNCTION:SM4
EVP_sm3 4373 1_1_1 EXIST::FUNCTION:SM3
OCSP_resp_get0_signer 4374 1_1_0h EXIST::FUNCTION:OCSP
+EVP_PKEY_public_check 4375 1_1_1 EXIST::FUNCTION:
+EVP_PKEY_param_check 4376 1_1_1 EXIST::FUNCTION:
+EVP_PKEY_meth_set_public_check 4377 1_1_1 EXIST::FUNCTION:
+EVP_PKEY_meth_set_param_check 4378 1_1_1 EXIST::FUNCTION:
+EVP_PKEY_meth_get_public_check 4379 1_1_1 EXIST::FUNCTION:
+EVP_PKEY_meth_get_param_check 4380 1_1_1 EXIST::FUNCTION:
+EVP_PKEY_asn1_set_public_check 4381 1_1_1 EXIST::FUNCTION:
+EVP_PKEY_asn1_set_param_check 4382 1_1_1 EXIST::FUNCTION:
+DH_check_ex 4383 1_1_1 EXIST::FUNCTION:DH
+DH_check_pub_key_ex 4384 1_1_1 EXIST::FUNCTION:DH
+DH_check_params_ex 4385 1_1_1 EXIST::FUNCTION:DH