[tor-bugs] #4312 [Tor Relay]: Rate limit renegotiations
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Wed Oct 26 01:16:22 UTC 2011
#4312: Rate limit renegotiations
-----------------------+----------------------------------------------------
Reporter: asn | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor Relay | Version:
Keywords: | Parent:
Points: | Actualpoints:
-----------------------+----------------------------------------------------
Currently tor allows any number of renegotiations because:
a) tor_tls_block_renegotiation() won't do it for rfc5746 renegotiations.
b) The renegotiation callback which calls tor_tls_block_renegotiation() is
only called on the first Application Data packet instead of when the
renegotiation takes place. This is because the SSL_read() return value is
not treated correctly.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/4312>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list