summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-16 14:07:38 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-31 19:46:00 -0400
commite7a061681769beb9b643dbb703427e6faca3ef21 (patch)
tree579d96811cc46f697546c40f448c124f6cd48b11
parent76e10ee6b9fbd5a0372f6d04e432c78aa560e9f9 (diff)
downloadtor-e7a061681769beb9b643dbb703427e6faca3ef21.tar.gz
tor-e7a061681769beb9b643dbb703427e6faca3ef21.zip
Changes files for feature26815 and 26816
-rw-r--r--changes/feature268153
-rw-r--r--changes/feature2681611
2 files changed, 14 insertions, 0 deletions
diff --git a/changes/feature26815 b/changes/feature26815
new file mode 100644
index 0000000000..10e7e478f9
--- /dev/null
+++ b/changes/feature26815
@@ -0,0 +1,3 @@
+ o Major features (experimental, library support):
+ - When built with --enable-nss, Tor now uses the NSS library for digests,
+ AES, and pseudorandom numbers. Closes ticket 26815.
diff --git a/changes/feature26816 b/changes/feature26816
new file mode 100644
index 0000000000..3c25597d85
--- /dev/null
+++ b/changes/feature26816
@@ -0,0 +1,11 @@
+ o Major features (experimental, library support):
+ - Tor now has _partial_ support for using the NSS cryptography library in
+ place of OpenSSL. When Tor is configured with --enable-nss, it will
+ use NSS for several (but not yet all) of its cryptography. (It still
+ relies on OpenSSL for the rest.) Eventually, if all goes as planned,
+ "--enable-nss" will produce a version of Tor that does not depend on
+ OpenSSL. Implements ticket 26816.
+
+ WARNING: This feature is experimental. Don't use it for real security
+ yet, until the code has had much more review, and more bugs have been
+ shaken out.