commit f44a8ce77264229e2f9a67eab5fa9928e692dec0 Author: Roger Dingledine arma@torproject.org Date: Sun May 14 01:12:51 2017 -0400
resolve a confusing typo about the v3 link handshake
unless it was meant to be this way, and I'm the one who got confused? --- tor-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tor-spec.txt b/tor-spec.txt index 927173b..7501246 100644 --- a/tor-spec.txt +++ b/tor-spec.txt @@ -192,7 +192,7 @@ see tor-design.pdf. way, "renegotiation", the responder provides a single certificate, and the initiator immediately performs a TLS renegotiation. (This is supported in Tor 0.2.0.21 and later.) And in the third way, - "in-protocol", the initial TLS renegotiation completes, and the + "in-protocol", the initial TLS negotiation completes, and the parties bootstrap themselves to mutual authentication via use of the Tor protocol without further TLS handshaking. (This is supported in 0.2.3.6-alpha and later.)
tor-commits@lists.torproject.org