summaryrefslogtreecommitdiff
path: root/tests/data/test1095
Commit message (Collapse)AuthorAgeFilesLines
* tests: Don't run HTTP digest tests for SSPI based buildsSteve Holme2014-11-061-0/+1
| | | | | | | Added !SSPI to the features list of the HTTP digest tests, as SSPI based builds now use the Windows SSPI messaging API rather than the internal functions, and we can't control the random numbers that get used as part of the digest.
* - Alexey Borzov filed bug report #2535504Daniel Stenberg2009-01-261-0/+83
(http://curl.haxx.se/bug/view.cgi?id=2535504) pointing out that realms with quoted quotation marks in HTTP Digest headers didn't work. I've now added test case 1095 that verifies my fix.