summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-11 10:59:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-11 10:59:16 +0000
commit0af8201cc2f3341b53f45f10031d26c1db6d8b4a (patch)
tree671e05c5aeac5d85d8bc0f530cd5c5fee3289e98
parent7717212912e4fa05761809b215467c39036843bb (diff)
downloadgnurl-0af8201cc2f3341b53f45f10031d26c1db6d8b4a.tar.gz
gnurl-0af8201cc2f3341b53f45f10031d26c1db6d8b4a.tar.bz2
gnurl-0af8201cc2f3341b53f45f10031d26c1db6d8b4a.zip
make curl capable of using the mozilla SSL engine
-rw-r--r--docs/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 8608eba61..4b08e557d 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -13,6 +13,14 @@ For the future
product! (Yes, you may add things not mentioned here, these are just a
few teasers...)
+ * Improve the command line option parser to accept '-m300' as well as the '-m
+ 300' convention. It should be able to work if '-m300' is considered to be
+ space separated to the next option.
+
+ * Make the SSL layer option capable of using the Mozilla Security Services as
+ an alternative to OpenSSL:
+ http://www.mozilla.org/projects/security/pki/nss/
+
* Make sure the low-level interface works. highlevel.c should basically be
possible to write using that interface. Document the low-level interface