tests: Add interoperability tests against TinySSH

This adds a new test suite 'torture_tinyssh' that verifies interoperability with the TinySSH server using various key exchange methods.

Fixes #271

Signed-off-by: Bulitha Kawushika De Zoysa <bulithakaushika99@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Bulitha Kawushika De Zoysa
2026-02-07 13:43:55 +05:30
committed by Jakub Jelen
parent d45ce10c83
commit 18d7a3967c
6 changed files with 365 additions and 0 deletions

View File

@@ -86,3 +86,7 @@
#cmakedefine PKCS11SPY "${PKCS11SPY}"
#cmakedefine HAVE_SK_DUMMY 1
#cmakedefine SK_DUMMY_LIBRARY_PATH "${SK_DUMMY_LIBRARY_PATH}"
/* TinySSH Executable */
#cmakedefine TINYSSHD_EXECUTABLE "${TINYSSHD_EXECUTABLE}"