aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 74ce8154..d1886e3f 100644
--- a/README
+++ b/README
@@ -73,7 +73,11 @@ reasonably complete.
73 73
74Missing features: 74Missing features:
75================= 75=================
76- MHD_get_daemon_info is not implemented 76- MHD_get_daemon_info is not implemented (always returns NULL)
77- SSL support does not work with SELECT-based threading modes
78 (issue is that the gnutls state machine does not like EAGAIN/EINTR
79 return values from send/recv, despite having tons of
80 branches on those values).
77- SSL code is still too large: 81- SSL code is still too large:
78 * libgcrypt is used, and is also bloated 82 * libgcrypt is used, and is also bloated
79 => integrate required portions of libgcrypt into our tree 83 => integrate required portions of libgcrypt into our tree