commit | ff797372db435ac40ff58caccc9cac12a4360f28 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Thu Nov 21 09:11:21 2019 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 06 16:57:03 2019 -0500 |
tree | 30a109a72fcd9b9c68f499dd5b4e90bb603c99d4 | |
parent | d814f8bef9fbc66c2af055f63da70bf2d89ae16d [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>