mirror of
https://github.com/curl/curl.git
synced 2026-07-08 07:07:20 +03:00
Merge 0267a63dc0 into 188c2f166a
This commit is contained in:
commit
8917c9566b
21 changed files with 373 additions and 26 deletions
|
|
@ -38,6 +38,10 @@ Disable support for the Kerberos authentication methods.
|
|||
|
||||
Disable support for the negotiate authentication methods.
|
||||
|
||||
## `CURL_DISABLE_NEGOTIATE_NTLM`
|
||||
|
||||
Block NTLM authentication within SPNEGO negotiation.
|
||||
|
||||
## `CURL_DISABLE_AWS`
|
||||
|
||||
Disable **aws-sigv4** support.
|
||||
|
|
|
|||
|
|
@ -312,6 +312,12 @@ libcurl ignore cookies with a domain that is on the list.
|
|||
libcurl was built with support for SPNEGO authentication (Simple and Protected
|
||||
GSS-API Negotiation Mechanism, defined in RFC 2478.)
|
||||
|
||||
## `SPNEGO-no-NTLM`
|
||||
|
||||
*features* mask bit: none
|
||||
|
||||
NTLM authentication is blocked within SPNEGO negotiation.
|
||||
|
||||
## `SSL`
|
||||
|
||||
*features* mask bit: CURL_VERSION_SSL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue