summaryrefslogtreecommitdiff
path: root/tests/data/test869
Commit message (Collapse)AuthorAgeFilesLines
* tests: updated for modified fake randomDaniel Stenberg2017-05-081-2/+2
|
* sasl: Added back qop argument mistakenly removed in e95ca7ceDan Fandrich2014-06-151-2/+2
| | | | This caused segfaults on tests 823 869 907.
* NTLM: set a fake entropy for debug builds with CURL_ENTROPY setDaniel Stenberg2014-06-111-2/+2
| | | | | | | | | | | | | | | | Curl_rand() will return a dummy and repatable random value for this case. Makes it possible to write test cases that verify output. Also, fake timestamp with CURL_FORCETIME set. Only when built debug enabled of course. Curl_ssl_random() was not used anymore so it has been removed. Curl_rand() is enough. create_digest_md5_message: generate base64 instead of hex string curl_sasl: also fix memory leaks in some OOM situations
* tests: Fixed up DIGEST-MD5 tests following commit eefeb73af4Steve Holme2014-06-011-2/+2
|
* tests: Fixed up DIGEST-MD5 tests following commit 8342b6e1dcSteve Holme2014-05-111-2/+2
|
* tests: Disabled DIGEST-MD5 tests when running with SSPI enabledSteve Holme2014-04-061-0/+1
|
* tests: Replaced email authentication keywords with SASL based keywordsSteve Holme2014-03-301-1/+1
| | | | | | As the email protocols implement SASL authentication rather than IMAP, POP3 and SMTP specific authentication, updated the authentication keywords to reflect this.
* tests: Added "SASL" authentication keywordSteve Holme2014-03-301-0/+1
|
* tests: Added empty response support to custom repliesSteve Holme2013-10-231-1/+3
| | | | | | | | | ...and fixed up test869 as DIGEST-MD transcript is as follows: S: Challenge C: Authentication String S: Continue Response C: Empty String
* tests: Added POP3 DIGEST-MD5 authentication testSteve Holme2013-10-231-0/+60