Home
last modified time | relevance | path

Searched refs:hostkey (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/vssh/
H A Dlibssh2.c666 const char *hostkey; in ssh_check_fingerprint() local
670 hostkey = libssh2_session_hostkey(sshc->ssh_session, &len, NULL); in ssh_check_fingerprint()
671 if(hostkey) { in ssh_check_fingerprint()
672 if(!Curl_sha256it(hash, (const unsigned char *) hostkey, len)) in ssh_check_fingerprint()
710 * hostkey fingerprint */ in ssh_check_fingerprint()
715 /* Before we authenticate we check the hostkey's sha256 fingerprint in ssh_check_fingerprint()
936 infof(data, "Set \"%s\" as SSH hostkey type", hostkey_method); in ssh_force_knownhost_key_type()
1020 * Before we authenticate we should check the hostkey's fingerprint in ssh_statemach_act()

Completed in 5 milliseconds