summaryrefslogtreecommitdiff
path: root/changes/feature15055
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-11-03 08:44:46 -0400
committerNick Mathewson <nickm@torproject.org>2016-11-03 08:44:46 -0400
commitd9ca4e20bd51915317c7bda38ef56c67499f6f5e (patch)
tree992d25548574cbe67a0c1fb791b12f24997be2b8 /changes/feature15055
parent25f53955f6d4fd85a7a1a50484a62d18dfa96524 (diff)
parentf156156d56ec61394eb814397c33557762870809 (diff)
downloadtor-d9ca4e20bd51915317c7bda38ef56c67499f6f5e.tar.gz
tor-d9ca4e20bd51915317c7bda38ef56c67499f6f5e.zip
Merge branch 'feature_15055_v2'
Diffstat (limited to 'changes/feature15055')
-rw-r--r--changes/feature150556
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.