diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-12-05 13:18:15 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-12-05 13:18:15 -0500 |
commit | 0844460589ff5d3418edc117c7130f03de3687ea (patch) | |
tree | 85f5e338a1352a94cd60592f7cadb0c241fab0a3 /changes/ticket30454 | |
parent | c64844243a22a8f7495df79edac525d7b67f1440 (diff) | |
download | tor-0844460589ff5d3418edc117c7130f03de3687ea.tar.gz tor-0844460589ff5d3418edc117c7130f03de3687ea.zip |
Start a changelog for 0.3.5.9
Diffstat (limited to 'changes/ticket30454')
-rw-r--r-- | changes/ticket30454 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/changes/ticket30454 b/changes/ticket30454 deleted file mode 100644 index 77c45d0feb..0000000000 --- a/changes/ticket30454 +++ /dev/null @@ -1,10 +0,0 @@ - o Major bugfixes (hidden service v3): - - An intro point could try to send an INTRODUCE_ACK with a status code - that it wasn't able to encode leading to a hard assert() of the relay. - Fortunately, that specific code path can not be reached thus this issue - can't be triggered. We've consolidated the ABI values into trunnel now. - Fixes bug 30454; bugfix on 0.3.0.1-alpha. - - HSv3 client will now be able to properly handle unknown status code from - a INTRODUCE_ACK cell (nack) even if they do not know it. The NACK - behavior will stay the same. This will allow us to extend status code if - we want in the future without breaking the normal client behavior. |