[tor-commits] [torspec/master] Fix 6963 in proposal 198 too.

nickm at torproject.org nickm at torproject.org
Tue Nov 27 20:49:58 UTC 2012


commit 58809be4a72d6b81b3a4d9b48c14dc8139ab26b4
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Nov 23 10:14:49 2012 -0500

    Fix 6963 in proposal 198 too.
    
    In the list of v1 ciphers, we had listed
    SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, which didn't belong there, in a
    likely copy-and-paste issue from tor-spec.txt
    
    Fixes #6963; reported by cced.
---
 proposals/198-restore-clienthello-semantics.txt |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/proposals/198-restore-clienthello-semantics.txt b/proposals/198-restore-clienthello-semantics.txt
index 3e336b0..c3b74c6 100644
--- a/proposals/198-restore-clienthello-semantics.txt
+++ b/proposals/198-restore-clienthello-semantics.txt
@@ -75,7 +75,6 @@ Proposed spec changes:
      TLS_DHE_RSA_WITH_AES_256_CBC_SHA
      TLS_DHE_RSA_WITH_AES_128_CBC_SHA
      SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
-     SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
 
    If the advertised ciphersuites in the ClientHello are _exactly_[*]
    the following, they indicate that the Tor v2+ link protocol is in



More information about the tor-commits mailing list