mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
disable-eprt, fixed CA cert verfication
This commit is contained in:
parent
f32d011d90
commit
4799d39be6
6
CHANGES
6
CHANGES
@ -7,6 +7,12 @@
|
||||
Changelog
|
||||
|
||||
|
||||
Daniel (23 October)
|
||||
- Georg Horn fixed how the CA verification is made. Verifications can now be
|
||||
made while at the same time the result of it can be ignored. This also
|
||||
affects the curl tool as -k can now be used together with --cacert or
|
||||
--capath.
|
||||
|
||||
Daniel (22 October)
|
||||
- Gisle Vanem found out --disable-eprt didn't work and patched it.
|
||||
|
||||
|
@ -22,6 +22,8 @@ This release includes the following changes:
|
||||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
o --disable-eprt works now
|
||||
o improved CA cert verification
|
||||
o --anyauth could bug when the first response had no body contents
|
||||
o double password prompting when doing NTLM fixed
|
||||
o improved performance when used multi-threaded on windows
|
||||
|
Loading…
Reference in New Issue
Block a user