feat: test null hostkey on ci

Signed-off-by: Gauravsingh Sisodia <xaerru@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Gauravsingh Sisodia
2024-08-23 09:48:00 +00:00
committed by Jakub Jelen
parent d730b40b91
commit fd1c3e8878
6 changed files with 170 additions and 1 deletions

View File

@@ -46,7 +46,8 @@ if (WITH_GSSAPI AND GSSAPI_FOUND AND GSSAPI_TESTING)
set(LIBSSH_CLIENT_TESTS
${LIBSSH_CLIENT_TESTS}
torture_gssapi_auth
torture_gssapi_key_exchange)
torture_gssapi_key_exchange
torture_gssapi_key_exchange_null)
endif()
if (DEFAULT_C_NO_DEPRECATION_FLAGS)