[tor-commits] [torspec/master] Proposal 223: make auth_input values match. not my fault. Thanks weasel

nickm at torproject.org nickm at torproject.org
Wed Nov 20 16:30:21 UTC 2013


commit 5ebe2f3d18fe6dd3e9abf82e2f6e2e454299a552
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Nov 20 11:30:18 2013 -0500

    Proposal 223: make auth_input values match. not my fault. Thanks weasel
---
 proposals/223-ace-handshake.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proposals/223-ace-handshake.txt b/proposals/223-ace-handshake.txt
index 503309d..60ec088 100644
--- a/proposals/223-ace-handshake.txt
+++ b/proposals/223-ace-handshake.txt
@@ -80,7 +80,7 @@ Protocol:
     secret_input = point | ID | B | X_1 | X_2 | Y | PROTOID
     KEY_SEED = H(secret_input | "Key Seed", t_key)
     KEY_VERIFY = H(secret_input | "HMac Seed", t_verify)
-    auth_input = ID | Y | X_1 | X_2 | PROTOID | "Server"
+    auth_input = ID | B | Y | X_1 | X_2 | PROTOID | "Server"
 
   The server sends a CREATED cell containing:
 



More information about the tor-commits mailing list