aboutsummaryrefslogtreecommitdiff
path: root/src/digest.c
AgeCommit message (Collapse)Author
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2011-10-11digest auth: in Authorization header, some stupid software requires IE's ↵corvid
field ordering found by furaisanjin.
2011-10-11digest auth: in Authorization header, quote digest-uri-valuecorvid
found by furaisanjin. http://www.rfc-editor.org/errata_search.php?rfc=2617 has an entry showing that this should be done. Now, the RFC was done in 1999, and the error was reported in 2010 and verified in 2011, so we're lucky with our timing, but isn't it surprising how slow of a process it is to clean out the corners like this in important specifications?
2011-10-11digest auth: some software doesn't accept whitespace in "token = value"corvid
found by furaisanjin. My reading of rfc 261[67] is that this whitespace is fine. But easy enough to take out...
2011-09-29add digest filesJustus Winter, corvid