aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-03 17:36:25 +0000
committerChristian Grothoff <christian@grothoff.org>2015-04-03 17:36:25 +0000
commit7d1a24e75480f07c644b1d5444c9755d79137067 (patch)
treeb4ad509b078c3cb7b7fd3f7c50954a047b49f26a /ChangeLog
parent7c7af4340fd283acb085b3c12b8cc4a128b4e678 (diff)
downloadlibmicrohttpd-7d1a24e75480f07c644b1d5444c9755d79137067.tar.gz
libmicrohttpd-7d1a24e75480f07c644b1d5444c9755d79137067.zip
fixing https testcases that require SSL3, but SSL3 is dead and with modern gnutls not even supported
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b96bbf8c..8f81473f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Fri Apr 3 12:55:31 CEST 2015
2 Update HTTPS testcases to avoid SSLv3, as SSLv3 is dead.
3
1Fri Apr 3 12:25:28 CEST 2015 4Fri Apr 3 12:25:28 CEST 2015
2 Do not enforce FD_SETSIZE-limit on worker control 5 Do not enforce FD_SETSIZE-limit on worker control
3 pipe when using MHD_USE_EPOLL_LINUX_ONLY (#3751). -MH/CG 6 pipe when using MHD_USE_EPOLL_LINUX_ONLY (#3751). -MH/CG