commit | d090b39ecbfab21af198a074a05761ec5681ee37 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri Feb 21 15:13:00 2020 +0900 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 12 08:20:39 2020 -0400 |
tree | b62194c46e7c8773d55d7027a9038f357dbfa3a8 | |
parent | 0cc7a7535fd06bcf2fd3386e26ee05a1280c67a4 [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>