Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-15 | sasl: Added back qop argument mistakenly removed in e95ca7ce | Dan Fandrich | |
This caused segfaults on tests 823 869 907. | |||
2014-06-11 | NTLM: set a fake entropy for debug builds with CURL_ENTROPY set | Daniel Stenberg | |
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 | |||
2014-06-01 | tests: Fixed up DIGEST-MD5 tests following commit eefeb73af4 | Steve Holme | |
2014-05-11 | tests: Fixed up DIGEST-MD5 tests following commit 8342b6e1dc | Steve Holme | |
2014-04-06 | tests: Disabled DIGEST-MD5 tests when running with SSPI enabled | Steve Holme | |
2014-03-30 | tests: Replaced email authentication keywords with SASL based keywords | Steve Holme | |
As the email protocols implement SASL authentication rather than IMAP, POP3 and SMTP specific authentication, updated the authentication keywords to reflect this. | |||
2014-03-30 | tests: Added "SASL" authentication keyword | Steve Holme | |
2013-11-10 | test823: Fixed expected authentication text from commit e10a26a9d6d6de | Steve Holme | |
Fixed authentication text due to incorrect digest-uri property. | |||
2013-11-10 | tests: Added IMAP DIGEST-MD5 authentication test | Steve Holme | |