curl-library
Re: [bagder/curl] 0e1130: ntlm: Use static client nonce for the test suite
Date: Thu, 30 Jan 2014 13:55:02 +0100 (CET)
On Thu, 30 Jan 2014, GitHub wrote:
> ntlm: Use static client nonce for the test suite
Hi Steve,
I would like this kind of debug functionality to still be conditional on an
environment variable or similar, like the fake host name thing for example, so
that a debug built curl can still work properly.
I wrote a little little patch that changed Curl_ntlm_create_type3_message() to
do this (see attachment), but then it struck me:
Shouldn't we rather have the Curl_ssl_random() have this debug functionality?
That would probably help out with a few other tests as well that otherwise are
truly random!
-- / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- TEXT/x-diff attachment: 0001-NTLM-use-a-fake-entropy-for-debug-builds-with-CURL_E.patch