Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | md5/sha256: Updated the functions to allow non-string data to be hashed | Steve Holme | 2020-02-23 | 1 | -1/+2 |
| | |||||
* | tests: Added a unit test for SHA256 digest generation | Steve Holme | 2020-02-22 | 1 | -3/+5 |
| | | | | | | Follow up to 2b5b37c. Closes #4968 | ||||
* | copyrights: fix copyright year range | Daniel Stenberg | 2019-11-08 | 1 | -1/+1 |
| | | | | | | | | .. because checksrc's copyright year check stopped working. Ref: https://github.com/curl/curl/pull/4547 Closes https://github.com/curl/curl/pull/4549 | ||||
* | auth: add support for RFC7616 - HTTP Digest access authentication | Florin | 2017-10-28 | 1 | -0/+32 |
Signed-off-by: Florin <petriuc.florin@gmail.com> |