mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +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
|
|
@ -286,6 +286,7 @@ struct digestdata {
|
|||
char *qop;
|
||||
char *algorithm;
|
||||
int nc; /* nounce count */
|
||||
bool userhash;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue