commit | 89d4f77407d498ddbfca3ba748af98535047ddb3 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Mon Jan 27 19:27:39 2020 +0900 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 13 22:27:36 2020 -0500 |
tree | a6dc1d0f766cb10f5af0e2f156db0bb2849fd30c | |
parent | de64a1b9bca28032d7ed8bdc83ac32c86e71d183 [diff] |
test: add rsa_verify() unit test In this patch, a very simple test is added to verify that rsa_verify() using rsa_verify_with_pkey() work correctly. To keep the code simple, all the test data, either public key and verified binary data, are embedded in the source. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>