aboutsummaryrefslogtreecommitdiff
path: root/changes/NSS
diff options
context:
space:
mode:
Diffstat (limited to 'changes/NSS')
-rw-r--r--changes/NSS7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/NSS b/changes/NSS
new file mode 100644
index 0000000000..fc13867b40
--- /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.