From 1850a1ebe730f206dd05557cf81461d9613c26b9 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 23 Jun 2021 04:35:49 -0400 Subject: fix some logic errors and typos in specs+proposals --- proposals/217-ext-orport-auth.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proposals/217-ext-orport-auth.txt') diff --git a/proposals/217-ext-orport-auth.txt b/proposals/217-ext-orport-auth.txt index 1305276..e453ec4 100644 --- a/proposals/217-ext-orport-auth.txt +++ b/proposals/217-ext-orport-auth.txt @@ -131,7 +131,7 @@ Target: 0.2.5.x "ExtORPort authentication server-to-client hash" | ClientNonce | ServerNonce) + ServerNonce is 32 random octets. - Upon receiving that data, the client computers ServerHash herself and + Upon receiving that data, the client computes ServerHash herself and validates it against the ServerHash provided by the server. If the server-provided ServerHash is invalid, the client MUST @@ -146,7 +146,7 @@ Target: 0.2.5.x HMAC-SHA256(CookieString, "ExtORPort authentication client-to-server hash" | ClientNonce | ServerNonce) - Upon receiving that data, the server computers ClientHash herself and + Upon receiving that data, the server computes ClientHash herself and validates it against the ClientHash provided by the client. Finally, the server replies with: -- cgit v1.2.3-54-g00ecf