diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-12 22:32:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-12 22:32:37 +0000 |
commit | 7f70dbcad58eb7183d129860192d6968dd7063a1 (patch) | |
tree | 99d0ab872283fafbd4bc48176578126dd01ac39d /docs/TODO | |
parent | 28b932fb4ef14b8b9ebda6823c98fbedad6be4b2 (diff) |
Rob Crittenden added support for NSS (Network Security Service) for the
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -157,16 +157,14 @@ TODO Clark) * 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/) or MatrixSSL - (http://www.matrixssl.org/). + 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 there's an OpenSSL release that does it. - * make the configure --with-ssl option first check for OpenSSL and then for - GnuTLS if OpenSSL wasn't detected. + * make the configure --with-ssl option first check for OpenSSL, then GnuTLS, + then NSS... GnuTLS |