aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-07-14 11:09:19 +0200
committerChristian Grothoff <christian@grothoff.org>2018-07-14 13:27:45 +0200
commit2ed04522e24b801251d7fd1768b7fccfd7b8deac (patch)
tree99b8cd397d1a2e17f1b559f24343e42e0549dac3 /ChangeLog
parent2ade9eaad8d61ffdf18de113ff0934ad84565ffb (diff)
downloadlibmicrohttpd-2ed04522e24b801251d7fd1768b7fccfd7b8deac.tar.gz
libmicrohttpd-2ed04522e24b801251d7fd1768b7fccfd7b8deac.zip
add support for digest auth with hashed password
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f06fb6a..1c4ddd61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Sat Jul 14 11:03:37 CEST 2018
2 Integrate patch for checking digest authentication based on
3 a digest, allowing servers to store passwords only hashed.
4 Adding new function MHD_digest_auth_check_digest(). -CG/FIXME: ack co-author!
5
1Sat Mar 10 12:15:35 CET 2018 6Sat Mar 10 12:15:35 CET 2018
2 Upgrade to gettext-0.19.8.1. Switching to more canonical 7 Upgrade to gettext-0.19.8.1. Switching to more canonical
3 gettext integration. -CG 8 gettext integration. -CG