Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: updated for modified fake random | Daniel Stenberg | 2017-05-08 | 1 | -2/+2 |
| | |||||
* | NTLM: set a fake entropy for debug builds with CURL_ENTROPY set | Daniel Stenberg | 2014-06-11 | 1 | -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: Disabled NTLM tests for non-debug builds | Steve Holme | 2014-06-11 | 1 | -0/+1 |
| | | | | | | Added required "debug" feature, missed in commit 1c9aaa0bac, as NTLMv2 calls Curl_rand() which can only be fixed to a specific entropy in debug builds. | ||||
* | tests: Replaced email authentication keywords with SASL based keywords | Steve Holme | 2014-03-30 | 1 | -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 keyword | Steve Holme | 2014-03-30 | 1 | -0/+1 |
| | |||||
* | tests: made the SASL modes separate keywords | Dan Fandrich | 2014-03-15 | 1 | -1/+2 |
| | |||||
* | tests: Updated NTLM tests for NTLMv2 type-3 message | Steve Holme | 2014-01-30 | 1 | -2/+2 |
| | |||||
* | tests: Disabled NTLM tests when running with SSPI enabled | Steve Holme | 2013-12-28 | 1 | -0/+1 |
| | |||||
* | test873: Use proper padding in NTLM responses | Steve Holme | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | tests: Added POP3 NTLM authentication with initial response test | Steve Holme | 2013-11-13 | 1 | -0/+67 |