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