diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-12 19:56:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-12 19:56:07 +0000 |
commit | 3af0d90a7ae26453ebc49504cc3591ec13bb6f6f (patch) | |
tree | e0b26f5f6394efb3c62291c6257fb8159c2d8fd3 /doc | |
parent | da3cfa3d4d809bab093c42c920274f673cab7901 (diff) | |
download | tor-3af0d90a7ae26453ebc49504cc3591ec13bb6f6f.tar.gz tor-3af0d90a7ae26453ebc49504cc3591ec13bb6f6f.zip |
r11767@catbus: nickm | 2007-02-12 14:56:03 -0500
Mark proposal 106 accepted.
svn:r9567
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/proposals/106-less-tls-constraint.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/spec/proposals/106-less-tls-constraint.txt b/doc/spec/proposals/106-less-tls-constraint.txt index d9c6325ef8..0c71d6caac 100644 --- a/doc/spec/proposals/106-less-tls-constraint.txt +++ b/doc/spec/proposals/106-less-tls-constraint.txt @@ -4,7 +4,7 @@ Version: $Revision: 12105 $ Last-Modified: $Date: 2007-01-30T07:50:01.643717Z $ Author: Nick Mathewson Created: -Status: Open +Status: Accepted Overview: @@ -71,6 +71,7 @@ a client and don't treat them as a server. great. -rd] there's really no harm in letting every router have any commonName it wants. [this is the better choice -rd] +[agreed. -nm] REMAINING WAYS TO RECOGNIZE CLIENT->SERVER CONNECTIONS: @@ -91,8 +92,8 @@ If we stop verifying the above requirements: server running TLS, and believe that you're talking to a Tor server (until you send the first cell). - It will be far easier for non-Tor SSL clients to accidentally to Tor servers - and speak HTTPS or whatever to them. + It will be far easier for non-Tor SSL clients to accidentally connect to + Tor servers and speak HTTPS or whatever to them. If, in a later release, we have clients not send certificates, and we make DNs less recognizable: @@ -104,5 +105,8 @@ DNs less recognizable: If clients don't send certs, they look slightly less like servers. +OTHER SPEC CHANGES: - +When a client doesn't give us an identity, we should never extend any +circuits to it (duh), and we should allow it to set circuit ID however it +wants. |