mirror of
https://github.com/curl/curl.git
synced 2026-08-03 10:00:30 +03:00
auth: add support for RFC7616 - HTTP Digest access authentication
Signed-off-by: Florin <petriuc.florin@gmail.com>
This commit is contained in:
parent
1d0c8dea95
commit
2b5b37cb91
7 changed files with 455 additions and 46 deletions
|
|
@ -39,7 +39,7 @@ SOURCE \
|
|||
asyn-ares.c asyn-thread.c curl_gssapi.c http_ntlm.c curl_ntlm_wb.c \
|
||||
curl_ntlm_core.c curl_sasl.c vtls/schannel.c curl_multibyte.c \
|
||||
vtls/darwinssl.c conncache.c curl_sasl_sspi.c smb.c curl_endian.c \
|
||||
curl_des.c system_win32.c \
|
||||
curl_des.c system_win32.c sha256.c \
|
||||
vauth/vauth.c vauth/cleartext.c vauth/cram.c vauth/digest.c \
|
||||
vauth/digest_sspi.c vauth/krb5_gssapi.c vauth/krb5_sspi.c \
|
||||
vauth/ntlm.c vauth/ntlm_sspi.c vauth/oauth2.c vauth/spnego_gssapi.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue