tests(pki): add torture tests for pki_sk functions

Signed-off-by: Praneeth Sarode <praneethsarode@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Eshan Kelkar <eshankelkar@galorithm.com>
This commit is contained in:
Praneeth Sarode
2025-10-23 22:31:46 +05:30
parent 5937b5ba4e
commit c128cf8807
4 changed files with 562 additions and 0 deletions

View File

@@ -88,6 +88,13 @@ if (UNIX AND NOT WIN32)
endif()
endif()
if (WITH_FIDO2)
set(LIBSSH_UNIT_TESTS
${LIBSSH_UNIT_TESTS}
torture_pki_sk
)
endif (WITH_FIDO2)
if (HAVE_ECC)
set(LIBSSH_UNIT_TESTS
${LIBSSH_UNIT_TESTS}