From 7d60f88e8dbfa09d811fe3fcd54aa4ef17f957e0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 12 Feb 2007 21:39:33 +0000 Subject: [PATCH] r11773@catbus: nickm | 2007-02-12 15:18:48 -0500 Implement proposal 106: stop requiring clients to have certificates, and stop checking for nicknames in certificates. [See proposal 106 for rationale.] Also improve messages when checking TLS handshake, to re-resolve bug 382. svn:r9568 --- proposals/000-index.txt | 2 +- proposals/106-less-tls-constraint.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/000-index.txt b/proposals/000-index.txt index 9ea3d7a..9cd76f2 100644 --- a/proposals/000-index.txt +++ b/proposals/000-index.txt @@ -24,5 +24,5 @@ Proposals by number: 103 Splitting identity key from regularly used signing key [OPEN] 104 Long and Short Router Descriptors [OPEN] 105 Version negotiation for the Tor protocol [OPEN] -106 Checking fewer things during TLS handshakes [OPEN] +106 Checking fewer things during TLS handshakes [FINISHED] diff --git a/proposals/106-less-tls-constraint.txt b/proposals/106-less-tls-constraint.txt index 0c71d6c..f44532e 100644 --- a/proposals/106-less-tls-constraint.txt +++ b/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: Accepted +Status: Finished Overview: