mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:43:32 +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
|
|
@ -31,7 +31,11 @@
|
|||
|
||||
enum {
|
||||
CURLDIGESTALGO_MD5,
|
||||
CURLDIGESTALGO_MD5SESS
|
||||
CURLDIGESTALGO_MD5SESS,
|
||||
CURLDIGESTALGO_SHA256,
|
||||
CURLDIGESTALGO_SHA256SESS,
|
||||
CURLDIGESTALGO_SHA512_256,
|
||||
CURLDIGESTALGO_SHA512_256SESS
|
||||
};
|
||||
|
||||
/* This is used to extract the realm from a challenge message */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue