[or-cvs] r14060: Backport: Downgrade "sslv3 alert handshake failure" message (in tor/branches/tor-0_2_0-patches: . src/common)

nickm at seul.org nickm at seul.org
Mon Mar 17 02:48:22 UTC 2008


Author: nickm
Date: 2008-03-16 22:48:21 -0400 (Sun, 16 Mar 2008)
New Revision: 14060

Modified:
   tor/branches/tor-0_2_0-patches/
   tor/branches/tor-0_2_0-patches/ChangeLog
   tor/branches/tor-0_2_0-patches/src/common/tortls.c
Log:
 r18853 at catbus:  nickm | 2008-03-16 22:47:25 -0400
 Backport: Downgrade "sslv3 alert handshake failure" message to info.



Property changes on: tor/branches/tor-0_2_0-patches
___________________________________________________________________
 svk:merge ticket from /tor/020 [r18853] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/branches/tor-0_2_0-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_2_0-patches/ChangeLog	2008-03-17 02:48:18 UTC (rev 14059)
+++ tor/branches/tor-0_2_0-patches/ChangeLog	2008-03-17 02:48:21 UTC (rev 14060)
@@ -5,6 +5,9 @@
       patterns will no longer work. This means Tor works in certain
       censored countries by default again.
 
+  o Minor features:
+    - Downgrade "sslv3 alert handshake failure" message to INFO.
+
   o Minor bugfixes:
     - If we set RelayBandwidthRate and RelayBandwidthBurst very high but
       left BandwidthRate and BandwidthBurst at the default, we would be

Modified: tor/branches/tor-0_2_0-patches/src/common/tortls.c
===================================================================
--- tor/branches/tor-0_2_0-patches/src/common/tortls.c	2008-03-17 02:48:18 UTC (rev 14059)
+++ tor/branches/tor-0_2_0-patches/src/common/tortls.c	2008-03-17 02:48:21 UTC (rev 14060)
@@ -1003,7 +1003,7 @@
     return TOR_TLS_DONE;
   } else
     return tor_tls_get_error(tls, r, CATCH_SYSCALL|CATCH_ZERO,
-                             "renegotiating handshake", LOG_WARN);
+                             "renegotiating handshake", LOG_INFO);
 }
 
 /** Shut down an open tls connection <b>tls</b>.  When finished, returns



More information about the tor-commits mailing list