DECODER: Add input structure support for EVP_PKEY decoding
authorRichard Levitte <levitte@openssl.org>
Mon, 26 Oct 2020 12:17:42 +0000 (13:17 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Nov 2020 10:42:06 +0000 (11:42 +0100)
OSSL_DECODER_CTX_new_by_EVP_PKEY() takes one more argument to express
the desired outermost structure for the input.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13248)


No differences found