]> granicus.if.org Git - curl/commit
curl_sasl: Extended native DIGEST-MD5 cnonce to be a 32-byte hex string
authorSteve Holme <steve_holme@hotmail.com>
Sun, 1 Jun 2014 10:11:08 +0000 (11:11 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 1 Jun 2014 10:18:12 +0000 (11:18 +0100)
commiteefeb73af40aa407fe6f59eda0fd614d4163b251
treed4c0af6d37e28f80337b8e187ac2697a2262e341
parentaa6be2ef13d68c69cddcd5af28d321ef4901ca2a
curl_sasl: Extended native DIGEST-MD5 cnonce to be a 32-byte hex string

Rather than use a short 8-byte hex string, extended the cnonce to be
32-bytes long, like Windows SSPI does.

Used a combination of random data as well as the current date and
time for the generation.
lib/curl_sasl.c