Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and produces
authorShane Lontis <shane.lontis@oracle.com>
Wed, 2 Dec 2020 07:52:24 +0000 (17:52 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Fri, 19 Feb 2021 09:19:28 +0000 (19:19 +1000)
commit576892d78f80cf9a169e7f766319c843e430f378
tree324a1adedd7008b364b4e70776eb0239bc894e09
parentef33889e1878739a8355e8ba027b3ed21a917898
Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and produces
non legacy keys).

Fixes #13522

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13591)
crypto/asn1/d2i_pr.c
include/crypto/evp.h
providers/implementations/encode_decode/decode_der2key.c
providers/implementations/encode_decode/encode_key2any.c
test/evp_extra_test2.c