aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-10 05:31:04 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-10 05:31:04 +0000
commit9877c2f9c686a11fde756fa937c5d4fa1ba29201 (patch)
treef11b7c9d2ddafe650001b1a195b17edbf191d9cd
parent443486f69e4d0a45c1b7b253468a2d8bc43d9e8b (diff)
downloadlibmicrohttpd-9877c2f9c686a11fde756fa937c5d4fa1ba29201.tar.gz
libmicrohttpd-9877c2f9c686a11fde756fa937c5d4fa1ba29201.zip
use GNUTLS_SESSION instead of the un-implemented GNUTLS_CLIENT_CERT
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ac7fb69d..2b45bb00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
1Sat Sep 10 07:30:12 CEST 2011
2 Documenting that MHD_CONNECTION_INFO_GNUTLS_CLIENT_CERT is not
3 implemented and will not be implemented, and what to use instead. -CG
4
1Fri Sep 9 13:42:20 CEST 2011 5Fri Sep 9 13:42:20 CEST 2011
2 Added testcase to demonstrate that response cleanup calling is 6 Added testcase to demonstrate that response cleanup calling is
3 working. No bug was found. CG 7 working. No bug was found. -CG
4 8
5Thu Aug 18 11:05:16 CEST 2011 9Thu Aug 18 11:05:16 CEST 2011
6 Fixed bug with wrong state transition if callback returned 10 Fixed bug with wrong state transition if callback returned