Based on a patch brought by Johnny Luong, libcurl now offers
authorDaniel Stenberg <daniel@haxx.se>
Wed, 3 Oct 2007 08:00:42 +0000 (08:00 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Oct 2007 08:00:42 +0000 (08:00 +0000)
commit51c6a5d43b09835289a469165aa7a2bfb79dbdc6
tree49b4c738d465d09c72fd048bb77b91514058b40c
parent15b8da1980538f5c56115777610867230b0ac9d1
Based on a patch brought by Johnny Luong, libcurl now offers
CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 and the curl tool --hostpubmd5. They both make
the SCP or SFTP connection verify the remote host's md5 checksum of the public
key before doing a connect, to reduce the risk of a man-in-the-middle attack.
CHANGES
RELEASE-NOTES
docs/curl.1
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/ssh.c
lib/url.c
lib/urldata.h
src/main.c