From f75a725dfedd20b75d588d59077e0217159b9747 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 10 Dec 2008 22:28:00 +0000 Subject: Clarify current client behavior WRT TLS certificates. Add a TODO to make sure that this behavior is optional, and an entry in 098-todo.txt for investigating whether this behavior is smart. svn:r17568 --- proposals/098-todo.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'proposals/098-todo.txt') diff --git a/proposals/098-todo.txt b/proposals/098-todo.txt index 2365a86..e891ea8 100644 --- a/proposals/098-todo.txt +++ b/proposals/098-todo.txt @@ -65,6 +65,12 @@ Any time: distribution. Need to think harder about allowing values less than 3, and there's a tradeoff between having a wide variance and performance. + - Clients currently use certs during TLS. Is this wise? It does make it + easier for servers to tell which NATted client is which. We could use a + seprate set of certs for each guard, I suppose, but generating so many + certs could get expensive. Omitting them entirely would make OP->OR + easier to tell from OR->OR. + Things that should change... B.1. ... but which will require backward-incompatible change -- cgit v1.2.3-54-g00ecf