Test d2i_PrivateKey_bio() does not add errors to stack when decoding a X25519 key...
authorShane Lontis <shane.lontis@oracle.com>
Mon, 17 May 2021 08:21:19 +0000 (18:21 +1000)
committerMatt Caswell <matt@openssl.org>
Thu, 20 May 2021 07:52:57 +0000 (08:52 +0100)
commit0050db7bb37814879012226dd24aa433b3600019
treee5b6c45a0b5445c5cac35d59790f5eb024cfd94c
parente3884ec5c37334e585e9208ce69d7e5b3cad4624
Test d2i_PrivateKey_bio() does not add errors to stack when decoding a X25519 key sucessfully.

This confirms that another merge has addressed this issue.

Fixes #14996

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15303)
test/evp_extra_test2.c