diff options
author | Richard Levitte <levitte@openssl.org> | 2021-05-15 07:45:31 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-05-20 13:57:36 +0200 |
commit | f33c04b8de06aa3df22f776e3c26ad0277ed815f (patch) | |
tree | 9cafa1ea0dd319652d258f5c3c82c63574e553b4 /build.info | |
parent | Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer (diff) | |
download | openssl-f33c04b8de06aa3df22f776e3c26ad0277ed815f.tar.xz openssl-f33c04b8de06aa3df22f776e3c26ad0277ed815f.zip |
EVP: Modify EVP_PKEY_export() to handle legacy EVP_PKEYs
We use a fake EVP_KEYMGMT import function with the newly modified
EVP_PKEY_ASN1_METHOD export_to function to pass the exported
OSSL_PARAM array directly to the EVP_PKEY_export() callback instead of
exporting to an actual provided key and then getting the OSSL_PARAM
array from there, just to throw away that key again.
Fixes #15290
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15293)
Diffstat (limited to 'build.info')
0 files changed, 0 insertions, 0 deletions