diff options
author | David Goulet <dgoulet@torproject.org> | 2019-05-22 11:43:55 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-05-22 11:43:55 -0400 |
commit | 245dccb77d79dc432bb7aab21ce2c893da4b602a (patch) | |
tree | 5cfbd50a097ac52c82fe507082de1d885929bd5f /changes | |
parent | e5deb2bbc73d8830ae6c479a4532e72112f5484a (diff) | |
parent | 56908c6f1c63d32bef7011c811976e24156f17d3 (diff) | |
download | tor-245dccb77d79dc432bb7aab21ce2c893da4b602a.tar.gz tor-245dccb77d79dc432bb7aab21ce2c893da4b602a.zip |
Merge remote-tracking branch 'nickm/ticket30454_034_01_squashed' into ticket30454_035_01
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket30454 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/ticket30454 b/changes/ticket30454 new file mode 100644 index 0000000000..77c45d0feb --- /dev/null +++ b/changes/ticket30454 @@ -0,0 +1,10 @@ + 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. |