mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
feat: add "gssapi-keyex" for server
feat: add negative auth client tests, and more key exchange server tests feat: add function for checkinf if GSSAPI key exchange was performed 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:
committed by
Jakub Jelen
parent
bc5211d055
commit
9044fcdb52
@@ -115,6 +115,9 @@ static void print_auth_methods(int auth_methods)
|
||||
if (auth_methods & SSH_AUTH_METHOD_GSSAPI_MIC) {
|
||||
printf("\tSSH_AUTH_METHOD_GSSAPI_MIC\n");
|
||||
}
|
||||
if (auth_methods & SSH_AUTH_METHOD_GSSAPI_KEYEX) {
|
||||
printf("\tSSH_AUTH_METHOD_GSSAPI_KEYEX\n");
|
||||
}
|
||||
}
|
||||
|
||||
static void print_verbosity(int verbosity)
|
||||
|
||||
Reference in New Issue
Block a user