mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
subjectAltName and passwd changes
This commit is contained in:
parent
8f5b80c715
commit
fe09079778
10
CHANGES
10
CHANGES
@ -7,6 +7,16 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
|
||||||
|
Daniel (16 October)
|
||||||
|
- Removed support for CURLOPT_PASSWDFUNCTION and CURLOPT_PASSWDDATA. libcurl
|
||||||
|
no longer prompt for passwords under any circumstances. Password prompting
|
||||||
|
was instead moved to curl, which now prompts for password if -u or -U lack
|
||||||
|
it. This solves the problem Kevin Roth reported when curl prompted for
|
||||||
|
password twice when doing NTLM authentication.
|
||||||
|
|
||||||
|
- I rewrote the SSL subjectAltName check to avoid having to rely on OpenLDAP-
|
||||||
|
licensed derivate code.
|
||||||
|
|
||||||
Daniel (15 October)
|
Daniel (15 October)
|
||||||
- Avoid doing getsockopt() on Windows to verify connects. It seems that this
|
- Avoid doing getsockopt() on Windows to verify connects. It seems that this
|
||||||
hogs Windows machines when libcurl is being used multi-threaded (with > ~50
|
hogs Windows machines when libcurl is being used multi-threaded (with > ~50
|
||||||
|
Loading…
Reference in New Issue
Block a user