-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* httpauth: http digest challenge response using RFC 7616 + definition of response struct using char* to save the parameters + added decoding for new fields in http digest challenge struct + response calculation supports qop: none, auth, auth-int + supported hash algorithm: MD5, SHA1, SHA265 and -sess variants * httpauth: test cases for http digest response calculation and printing * httpauth: fix mentioned review points * httpauth: remove SHA1 support * httpauth: save cnonce and nc as uint32_t in struct. * httpauth: change loop counter to size_t * httpauth: remove unused enum * README: update RFC list, add RFC 7616 - HTTP Digest Access Authentication
- Loading branch information
1 parent
24baaed
commit e922af5
Showing
6 changed files
with
613 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.