]> sjero.net Git - wget/blobdiff - src/ChangeLog
ntlm: support libnettle.
[wget] / src / ChangeLog
index 0990a8dc221fbca96a392748bc8eea830e7e557a..a3721cafd1014d92c408b639f5774eebaa3e9496 100644 (file)
@@ -1,3 +1,15 @@
+2013-07-13  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * 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 <nettle/md4.h> and <nettle/des.h>.
+       (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  <tim.ruehsen@gmx.de>.
+
 2013-07-13  Steven M. Schweda <sms@antinode.info>
 
        * warc.c (warc_tempfile): Fix a portability issue on VMS.