diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-11 09:55:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-11 09:55:17 +0000 |
commit | 890b34d22e782b21593f8cc4009bae6eccb39a1d (patch) | |
tree | 0e1c27319e3a33027faad621c6a75390a1fa7804 /docs/TODO | |
parent | e89fb107368ac6644c456915176bd3becec70d41 (diff) |
updated
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -158,10 +158,8 @@ TODO * Make curl's SSL layer capable of using other free SSL libraries. Such as Mozilla Security Services - (http://www.mozilla.org/projects/security/pki/nss/), MatrixSSL - (http://www.matrixssl.org/) or yaSSL (http://yassl.com/). At least the - latter two could be alternatives for those looking to reduce the footprint - of libcurl built with OpenSSL or GnuTLS. + (http://www.mozilla.org/projects/security/pki/nss/) or MatrixSSL + (http://www.matrixssl.org/). * Peter Sylvester's patch for SRP on the TLS layer. Awaits OpenSSL support for this, no need to support this in libcurl before |