Browse Source

r18852@catbus: nickm | 2008-03-16 22:47:19 -0400
Downgrade "sslv3 alert handshake failure" message to info.


svn:r14057

Nick Mathewson 17 years ago
parent
commit
0b941640df
2 changed files with 2 additions and 1 deletions
  1. 1 0
      ChangeLog
  2. 1 1
      src/common/tortls.c

+ 1 - 0
ChangeLog

@@ -36,6 +36,7 @@ Changes in version 0.2.1.1-alpha - 2008-??-??
       with: Log [MM] debug-err [*] notice-err file /var/log/tor.
     - Add a malloc_good_size implementation to OpenBSD_malloc_linux.c,
       to avoid unused RAM in buffer chunks and memory pools.
+    - Downgrade "sslv3 alert handshake failure" message to INFO.
 
 
 Changes in version 0.2.0.21-rc - 2008-03-02

+ 1 - 1
src/common/tortls.c

@@ -1003,7 +1003,7 @@ tor_tls_renegotiate(tor_tls_t *tls)
     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