]> git.ipfire.org Git - thirdparty/openssl.git/commit
translation: EC legacy keys, handle OSSL_PKEY_PARAM_EC_PUB_X,Y requests
authorJorge Ramirez-Ortiz <jorge@foundries.io>
Wed, 8 Mar 2023 11:50:25 +0000 (12:50 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 27 Mar 2023 10:06:21 +0000 (12:06 +0200)
commit9adbce74933b87dd4fe776b70fef55f2f468f5f7
tree8e226228a21834638b6ef12a0fad5b190b067ad4
parent93370db1fc76ad37bd53cfbeb948d1ded43d3b2a
translation: EC legacy keys, handle OSSL_PKEY_PARAM_EC_PUB_X,Y requests

Required by tpm2-tss to load legacy EC keys using the OpenSSL engine.

Fixes: https://github.com/tpm2-software/tpm2-tss/issues/2581
Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20535)
crypto/evp/ctrl_params_translate.c