[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #3291 [Pluggable transport]: obfs2 should wait before closing connection on wrong magic/plength
#3291: obfs2 should wait before closing connection on wrong magic/plength
---------------------------------+------------------------------------------
Reporter: asn | Owner: asn
Type: defect | Status: new
Priority: normal | Milestone:
Component: Pluggable transport | Version:
Keywords: | Parent:
Points: | Actualpoints:
---------------------------------+------------------------------------------
{{{
...
If the MAGIC_VALUE does not match, or the PADLEN value is greater
than MAX_PADDING, the party receiving it should wait for a random
amount of time then close the connection.
...
}}}
says the spec.
{{{
...
if (magic != OBFUSCATE_MAGIC_VALUE)
return -1;
...
}}}
says the source.
The spec also doesn't specify the time interval that we should be randomly
waiting.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/3291>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs