
28 Dec
2019
28 Dec
'19
3:26 a.m.
On Tue, 17 Dec 2019 at 01:53, AKASHI Takahiro takahiro.akashi@linaro.org wrote:
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
test/Kconfig | 10 +++ test/lib/Makefile | 1 + test/lib/rsa.c | 206 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 217 insertions(+) create mode 100644 test/lib/rsa.c
Reviewed-by: Simon Glass sjg@chromium.org