aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-10-12 23:07:02 +0000
committerChristian Grothoff <christian@grothoff.org>2008-10-12 23:07:02 +0000
commitd8e2c71150f270efa38e40a33c8dda133349d231 (patch)
tree340598b5f856f91fdbba9d9cb4fa3e394798061f /README
parentefd6a7b30cb4a927d3e13e066db3604c5f5597b2 (diff)
downloadlibmicrohttpd-d8e2c71150f270efa38e40a33c8dda133349d231.tar.gz
libmicrohttpd-d8e2c71150f270efa38e40a33c8dda133349d231.zip
update to README
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 8 insertions, 6 deletions
diff --git a/README b/README
index fff1c147..6d72edaf 100644
--- a/README
+++ b/README
@@ -70,11 +70,14 @@ reasonably complete.
70 70
71Missing features: 71Missing features:
72================= 72=================
73- SSL code is still too large (plenty of dead or 73- SSL code is still too large:
74 unnecessary code imported from gnuTLS) 74 - plenty of dead or unnecessary code imported from gnuTLS
75 => hunt for more dead code!
76 - some code is replicated (also in libgcrypt)
77 - libgcrypt is used, and is also bloated
78 => integrate required portions of libgcrypt into our tree
79 instead of linking against it
75- Make sure SSL works on non-GNU/Linux platforms 80- Make sure SSL works on non-GNU/Linux platforms
76- Fix compiler warnings in gnuTLS code
77 (largely signed vs. unsigned char)
78 81
79 82
80Untested features: 83Untested features:
@@ -101,5 +104,4 @@ Missing documentation:
101- tutorial: 104- tutorial:
102 * clean up English 105 * clean up English
103 * make sure everything is accurate 106 * make sure everything is accurate
104 * change example code to follow GNU coding conventions 107
105 * provide examples for using SSL