commit | f24cd6c29da2dee7ca2b2f89a116fc98fb005279 | [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 | 75822f4f2562b9dbdc89a4d67cdfea89daaadf60 [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>