commit c18967d6c80f6a40acc78556490a4f40bc0e7003 Author: Nick Mathewson nickm@torproject.org Date: Thu Aug 23 11:45:34 2018 -0400
changes file for our NSS support --- changes/NSS | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/changes/NSS b/changes/NSS new file mode 100644 index 000000000..fc13867b4 --- /dev/null +++ b/changes/NSS @@ -0,0 +1,7 @@ + o Major features (portability, cryptography, experimental, TLS): + - Tor now has the option to compile with the NSS library instead of + OpenSSL. This feature is experimental, and we expect that bugs may + remain. It is mainly intended for environments where Tor's performance + is not CPU-bound, and where NSS is already known to be installed. + To try it out, configure Tor with the --enable-nss flag. + Closes ticket 26631.
tor-commits@lists.torproject.org