curl-library
RE: [PATCH] NTLM: use a fake entropy for debug builds
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 20 Mar 2014 11:23:49 +0100 (CET)
Received on 2014-03-20
Date: Thu, 20 Mar 2014 11:23:49 +0100 (CET)
On Wed, 19 Mar 2014, Daniel Stenberg wrote:
> Alternatively, we can base64 encode the 64 bits (which seems a little
> overkill to me)
This is what the change would look like when using base64 instead of a 16
digit hex string in Curl_sasl_create_digest_md5_message(). I figure it should
make the string 12 letters long.
Steve, you think that's a better idea?
-- / 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: curl_sasl-base64.patch