]> git.ipfire.org Git - thirdparty/grub.git/commit
tests: Add DSA and RSA SEXP tests
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 7 Jul 2025 14:52:11 +0000 (14:52 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 11 Jul 2025 21:12:50 +0000 (23:12 +0200)
commitf808ef0d287ec8ae795b9e76f11cea184c22559e
treebc3c6f3c6f97a46f0e7fa1d25e48962250f7e077
parent0739d24cd1648531d0708d1079ff6bbfa6140268
tests: Add DSA and RSA SEXP tests

This allows us to test purely the integration of the implementation of
DSA and RSA from libgcrypt without concerning with additional code.

Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/Makefile.core.def
grub-core/tests/dsa_sexp_test.c [new file with mode: 0644]
grub-core/tests/rsa_sexp_test.c [new file with mode: 0644]