Add EVP_PKEY_todata() and EVP_PKEY_export() functions.
authorShane Lontis <shane.lontis@oracle.com>
Thu, 8 Apr 2021 10:05:14 +0000 (20:05 +1000)
committerTomas Mraz <tomas@openssl.org>
Thu, 15 Apr 2021 16:42:04 +0000 (18:42 +0200)
commita732a4c329144f0b4c60372d9b7106c6b88ddd9f
treef5dd1f0e6d8ebfb89a3ec536b94a8b1297148d6a
parenta56fcf20da9e2bbc73aa3cf503204bdb44cb023f
Add EVP_PKEY_todata() and EVP_PKEY_export() functions.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14800)
crypto/evp/keymgmt_lib.c
crypto/evp/pmeth_gn.c
doc/build.info
doc/internal/man3/evp_keymgmt_util_export_to_provider.pod
doc/man3/EVP_PKEY_fromdata.pod
doc/man3/EVP_PKEY_todata.pod [new file with mode: 0644]
doc/man7/evp.pod
include/openssl/evp.h
providers/implementations/keymgmt/dsa_kmgmt.c
test/evp_extra_test2.c
util/libcrypto.num