Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorPaul Yang <yang.yang@baishancloud.com>2018-09-03 18:56:41 +0300
committerPaul Yang <yang.yang@baishancloud.com>2018-09-07 13:12:26 +0300
commit00902d9414b4c6e46f78d7a6b6c8edc4d313d4b7 (patch)
tree9297617a7f6eaa8ff50c63e021c02a1953483818 /util
parent5bd0abe7a2f76d8c80f566ae615c10113884d843 (diff)
Introduce EVP_MD_CTX_set_pkey_ctx
Thus users can use this function to set customized EVP_PKEY_CTX to EVP_MD_CTX structure. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7113)
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 81171fe2dc..c6c881f4c2 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4574,3 +4574,4 @@ EC_GROUP_set_curve 4527 1_1_1 EXIST::FUNCTION:EC
EC_GROUP_get_curve 4528 1_1_1 EXIST::FUNCTION:EC
OCSP_resp_get0_tbs_sigalg 4529 1_1_0j EXIST::FUNCTION:OCSP
OCSP_resp_get0_respdata 4530 1_1_0j EXIST::FUNCTION:OCSP
+EVP_MD_CTX_set_pkey_ctx 4531 1_1_1 EXIST::FUNCTION: