Merge branch 'maint-0.3.5' into maint-0.4.0
[tor.git] / changes / ticket30454
blob77c45d0febf0580e86798a0d0c6b971e664df020
1   o Major bugfixes (hidden service v3):
2     - An intro point could try to send an INTRODUCE_ACK with a status code
3       that it wasn't able to encode leading to a hard assert() of the relay.
4       Fortunately, that specific code path can not be reached thus this issue
5       can't be triggered. We've consolidated the ABI values into trunnel now.
6       Fixes bug 30454; bugfix on 0.3.0.1-alpha.
7     - HSv3 client will now be able to properly handle unknown status code from
8       a INTRODUCE_ACK cell (nack) even if they do not know it. The NACK
9       behavior will stay the same. This will allow us to extend status code if
10       we want in the future without breaking the normal client behavior.