commit 5ebe2f3d18fe6dd3e9abf82e2f6e2e454299a552 Author: Nick Mathewson nickm@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:
tor-commits@lists.torproject.org