]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functions
authorMatt Caswell <matt@openssl.org>
Fri, 1 Jun 2018 13:30:50 +0000 (14:30 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 8 Jun 2018 09:04:09 +0000 (10:04 +0100)
commit72ff0a540059633b7906a78d5d06087d5ce7b7ad
tree4418f92f6186ac754bc6f66b3d5fb970c1a99b5c
parentedb77a4d0f6032e983c91c1a5fbd4136f9757b1c
Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functions

EVP_PKEY_asn1_set_get_priv_key() and EVP_PKEY_asn1_set_get_pub_key()

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6394)
crypto/asn1/ameth_lib.c
doc/man3/EVP_PKEY_ASN1_METHOD.pod
include/openssl/evp.h
util/libcrypto.num