mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Do not pretend to allow PADDING as the first cell of a v3 handshake
This commit is contained in:
@@ -213,7 +213,6 @@ static int
|
||||
command_allowed_before_handshake(uint8_t command)
|
||||
{
|
||||
switch (command) {
|
||||
case CELL_PADDING: /*XXXX not implemented. Should remove, or implement? */
|
||||
case CELL_VERSIONS:
|
||||
case CELL_VPADDING:
|
||||
case CELL_AUTHORIZE:
|
||||
|
||||
Reference in New Issue
Block a user