Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-06 | test: Remove <common.h> and add needed includes | Tom Rini | |
Remove <common.h> from all "test/" files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2020-03-12 | test: add rsa_verify() unit test | AKASHI Takahiro | |
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> |