Searched refs:fingerprint (Results 1 – 5 of 5) sorted by relevance
659 const char *fingerprint = NULL; in ssh_check_fingerprint() local667 fingerprint = libssh2_hostkey_hash(sshc->ssh_session, in ssh_check_fingerprint()677 fingerprint = (char *) hash; in ssh_check_fingerprint()681 if(!fingerprint) { in ssh_check_fingerprint()692 if(Curl_base64_encode(fingerprint, 32, &fingerprint_b64, in ssh_check_fingerprint()740 const char *fingerprint = NULL; in ssh_check_fingerprint() local742 fingerprint = libssh2_hostkey_hash(sshc->ssh_session, in ssh_check_fingerprint()745 if(fingerprint) { in ssh_check_fingerprint()749 msnprintf(&md5buffer[i*2], 3, "%02x", (unsigned char) fingerprint[i]); in ssh_check_fingerprint()757 if(!fingerprint || !strcasecompare(md5buffer, pubkey_md5)) { in ssh_check_fingerprint()[all …]
105 A comma separated list of signature algorithms with which to hash/fingerprint
819 extension order is of course not the only way to fingerprint a client.
99 PEER_FAILED_VERIF <peer certificate or fingerprint failed>
321 The remote server's SSL certificate or SSH fingerprint was deemed not OK.
Completed in 19 milliseconds