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 /RELEASE-NOTES | |
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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 28d6623e3..670ccf439 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,6 +14,7 @@ This release includes the following changes: o Added CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS o Added CURLOPT_HTTP_CONTENT_DECODING, CURLOPT_HTTP_TRANSFER_DECODING and --raw + o Added support for using the NSS library for TLS/SSL This release includes the following bugfixes: @@ -36,6 +37,7 @@ New curl mirrors: This release would not have looked like this without help, code, reports and advice from friends like these: - Yang Tse, Manfred Schwarb, Michael Wallner, Jeff Pohlmeyer, Shmulik Regev + Yang Tse, Manfred Schwarb, Michael Wallner, Jeff Pohlmeyer, Shmulik Regev, + Rob Crittenden Thanks! (and sorry if I forgot to mention someone) |