[tor-commits] [torspec/master] Another 223 fix from weasel. My fault this time
nickm at torproject.org
nickm at torproject.org
Wed Nov 20 16:28:19 UTC 2013
commit c6fc9ebc1631e1f5821332cdacb514b590f679e4
Author: Nick Mathewson <nickm at torproject.org>
Date: Wed Nov 20 11:28:17 2013 -0500
Another 223 fix from weasel. My fault this time
---
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 dc07aa9..503309d 100644
--- a/proposals/223-ace-handshake.txt
+++ b/proposals/223-ace-handshake.txt
@@ -90,7 +90,7 @@ Protocol:
The client then checks Y, and computes
point = MUTLIEXPONEN(Y,x_1,B,x_2)
- secret_input = | ID | B | X_1 | X_2 | Y | PROTOID
+ 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 | B | Y | X_1 | X_2 | PROTOID | "Server"
More information about the tor-commits
mailing list