mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
r18852@catbus: nickm | 2008-03-16 22:47:19 -0400
Downgrade "sslv3 alert handshake failure" message to info. svn:r14057
This commit is contained in:
parent
b29f763ee1
commit
0b941640df
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user