diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-11 14:18:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-03 08:40:10 -0400 |
commit | 53656381df2017c07a22ab9ed64633ab4a66e594 (patch) | |
tree | 1e5fe5a9cde3f883781f92bd455ece2750273e60 | |
parent | 5a2f70f86a8ca226f9b818ebf0ce893c1a1db5fa (diff) | |
download | tor-53656381df2017c07a22ab9ed64633ab4a66e594.tar.gz tor-53656381df2017c07a22ab9ed64633ab4a66e594.zip |
Changes file for 15055 branch.
-rw-r--r-- | changes/feature15055 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/feature15055 b/changes/feature15055 new file mode 100644 index 0000000000..06cc06a281 --- /dev/null +++ b/changes/feature15055 @@ -0,0 +1,6 @@ + o Major features (protocol, Ed25519): + - Tor relays now use Ed25519 to prove their Ed25519 identities and + Ed25519 to one another, and to clients. This algorithm is faster + and more secure than the RSA-based handshake we've been doing until + now. Implements the second big part of proposal 220; Closes ticket + 15055. |