r18853@catbus: nickm | 2008-03-16 22:47:25 -0400

Backport: Downgrade "sslv3 alert handshake failure" message to info.


svn:r14060
This commit is contained in:
Nick Mathewson 2008-03-17 02:48:21 +00:00
parent a1b8b1bf12
commit a8d72cdfff
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ Changes in version 0.2.0.22-rc - 2008-03-??
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

View File

@ -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