[tor-bugs] #4837 [Tor Client]: Log message about enabling renegotiation in OpenSSL 0.9.8l is inconsistent with behaviour
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Fri Jan 6 01:43:40 UTC 2012
#4837: Log message about enabling renegotiation in OpenSSL 0.9.8l is inconsistent
with behaviour
------------------------+---------------------------------------------------
Reporter: rransom | Owner:
Type: defect | Status: new
Priority: minor | Milestone: Tor: 0.2.3.x-final
Component: Tor Client | Version:
Keywords: | Parent:
Points: | Actualpoints:
------------------------+---------------------------------------------------
From `tor_tls_init`:
{{{
if (version >= 0x009080c0L && version < 0x009080d0L) {
log_notice(LD_GENERAL, "OpenSSL %s looks like version 0.9.8l; "
"I will try SSL3_FLAGS to enable renegotation.",
SSLeay_version(SSLEAY_VERSION));
use_unsafe_renegotiation_flag = 1;
use_unsafe_renegotiation_op = 1;
}}}
The log message is inconsistent with Tor's behaviour. What should be
changed here?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/4837>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list