Add some tests for the newly added raw private/public key functions
authorMatt Caswell <matt@openssl.org>
Mon, 27 Apr 2020 16:17:05 +0000 (17:17 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 4 May 2020 08:30:55 +0000 (09:30 +0100)
commit86dc26baf65dd2ba83beff80ce37d05a3f6c33b0
tree3393145b83396a44f86cd25d089be67266e5552b
parent2b1bc78acc0d7ef3a10ca0cb3d2280375032d137
Add some tests for the newly added raw private/public key functions

We already had soem tests for the older raw private/public key functions
so we expand those to call the new versions as well and pass in a libctx.

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