1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/lib/vssh
Jay Satiro 09aa807240 libssh: Fix matching user-specified MD5 hex key
Prior to this change a match would never be successful because it
was mistakenly coded to compare binary data from libssh to a
user-specified hex string (ie CURLOPT_SSH_HOST_PUBLIC_KEY_MD5).

Reported-by: fds242@users.noreply.github.com

Fixes https://github.com/curl/curl/issues/4971
Closes https://github.com/curl/curl/pull/4974
2020-03-07 03:06:11 -05:00
..
libssh2.c cleanup: comment typos 2020-02-21 08:38:00 +01:00
libssh.c libssh: Fix matching user-specified MD5 hex key 2020-03-07 03:06:11 -05:00
ssh.h wolfSSH: new SSH backend 2020-01-12 17:19:12 +01:00
wolfssh.c wolfssh: make it init properly via Curl_ssh_init() 2020-01-24 10:27:31 +01:00
wolfssh.h wolfSSH: new SSH backend 2020-01-12 17:19:12 +01:00