X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=a3721cafd1014d92c408b639f5774eebaa3e9496;hp=0c4f352051566a3cea5adbeabcd60ec754fc3ded;hb=c19d76c02483f070beb688d6fe6f5fafb5674a08;hpb=a300f1e47d12877b13cb661a9742de443232dc1a diff --git a/src/ChangeLog b/src/ChangeLog index 0c4f3520..a3721caf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,8 +1,13 @@ -2013-07-13 Giuseppe Scrivano +2013-07-13 Tim Ruehsen * http.c (digest_authentication_encode): Fix a crash when the algorithm is not specified in the server response. Free dynamic memory used by the function when the function exits. + * http-ntlm.c [HAVE_NETTLE]: Include and . + (setup_des_key) [HAVE_NETTLE]: New function to deal with + libnettle. + (calc_resp) [HAVE_NETTLE]: Add support for libnettle. + (mkhash) [HAVE_NETTLE]: Likewise. Reported by: Tim Ruehsen . 2013-07-13 Steven M. Schweda