Introduce EVP_MD_CTX_set_pkey_ctx
authorPaul Yang <yang.yang@baishancloud.com>
Mon, 3 Sep 2018 15:56:41 +0000 (23:56 +0800)
committerPaul Yang <yang.yang@baishancloud.com>
Fri, 7 Sep 2018 10:12:26 +0000 (18:12 +0800)
commit00902d9414b4c6e46f78d7a6b6c8edc4d313d4b7
tree9297617a7f6eaa8ff50c63e021c02a1953483818
parent5bd0abe7a2f76d8c80f566ae615c10113884d843
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)
crypto/evp/digest.c
crypto/evp/evp_lib.c
include/openssl/evp.h
util/libcrypto.num