mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
51c6a5d43b
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.
54 lines
1.7 KiB
Plaintext
54 lines
1.7 KiB
Plaintext
Curl and libcurl 7.17.1
|
|
|
|
Public curl release number: 102
|
|
Releases counted from the very beginning: 128
|
|
Available command line options: 121
|
|
Available curl_easy_setopt() options: 145
|
|
Number of public functions in libcurl: 55
|
|
Amount of public web site mirrors: 42
|
|
Number of known libcurl bindings: 36
|
|
Number of contributors: 572
|
|
|
|
This release includes the following changes:
|
|
|
|
o automatically append ";type=<a|i>" when using HTTP proxies for FTP urls
|
|
o improved NSS support
|
|
o added --proxy-negotiate
|
|
o added --post301 and CURLOPT_POST301
|
|
o builds with c-ares 1.5.0
|
|
o added CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 and --hostpubmd5
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
o curl-config --protocols now properly reports LDAPS, SCP and SFTP
|
|
o ldapv3 support on Windows
|
|
o ldap builds with the MSVC makefiles
|
|
o no HOME and no key given caused SSH auth failure
|
|
o Negotiate authentication over proxy
|
|
o --ftp-method nocwd on directory listings
|
|
o FTP, CURLOPT_NOBODY enabled and CURLOPT_HEADER disabled now does TYPE
|
|
before SIZE
|
|
o re-used handle transfers with SFTP
|
|
o curl_easy_escape() problem with byte values >= 128
|
|
o handles chunked-encoded CONNECT responses
|
|
|
|
This release includes the following known bugs:
|
|
|
|
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
|
|
|
|
Other curl-related news:
|
|
|
|
o
|
|
|
|
New curl mirrors:
|
|
|
|
o
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
advice from friends like these:
|
|
|
|
Dan Fandrich, Michal Marek, Günter Knauf, Rob Crittenden, Immanuel Gregoire,
|
|
Mark Davies, Max Katsev, Philip Langdale, Alex Fishman, Johnny Luong
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|