EVP_PKEY support for evp_test
authorDr. Stephen Henson <steve@openssl.org>
Wed, 11 Feb 2015 17:15:51 +0000 (17:15 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 13 Feb 2015 13:28:50 +0000 (13:28 +0000)
commit5824cc298174d462c827cd090675e30fc03f0caf
treedc618b2e2dc3ae5568465db842228e4246b24d5c
parent16cb8eb0139379f122d3bf3bedb0c5a43e70a30a
EVP_PKEY support for evp_test

Add two new keywords "PublicKey" and "PrivateKey". These will load a key
in PEM format from the lines immediately following the keyword and assign
it a name according to the value. These will be used later for public and
private key testing operations.

Add tests for Sign, Verify, VerifyRecover and Decrypt.
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/evp/evp_test.c