aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-05-25 23:04:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-05-25 23:04:20 +0000
commit752acedc0b120bd52ec07a09837147c135dbb986 (patch)
tree6a13bd1b1b2895255049a1722df1ebac899177cb /CHANGES
parentfb88723afcb4d19020e18dbe57f13c08e0a9982a (diff)
Olaf Stüben fixed a bug that caused Digest authentication with md5-sess to
fail. When using the md5-sess, the result was not Md5 encoded and Base64 transformed.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4107d1a46..363f3d9e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (26 May 2006)
+- Olaf Stüben fixed a bug that caused Digest authentication with md5-sess to
+ fail. When using the md5-sess, the result was not Md5 encoded and Base64
+ transformed.
+
Daniel (25 May 2006)
- Michael Wallner provided a patch that allows "SESS" to be set with
CURLOPT_COOKIELIST, which then makes all session cookies get cleared.