diff options
author | teor <teor2345@gmail.com> | 2016-10-27 15:52:46 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2016-10-31 17:01:04 +1100 |
commit | 26d7a07ad773713403a0db1c49ccb58e071763b2 (patch) | |
tree | acc9867eeaddecfef51992b3892af73679b5ac07 /changes | |
parent | d28870402376c52b32feaebfcbe190873218fb89 (diff) | |
download | tor-26d7a07ad773713403a0db1c49ccb58e071763b2.tar.gz tor-26d7a07ad773713403a0db1c49ccb58e071763b2.zip |
In circuit_pick_extend_handshake, assume all hops support EXTEND2 and ntor
This simplifies the function: if we have an ntor key, use ntor/EXTEND2,
otherwise, use TAP/EXTEND.
Bugfix on commit 10aa913 from 19163 in 0.2.9.3-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20472 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20472 b/changes/bug20472 new file mode 100644 index 0000000000..b0350378af --- /dev/null +++ b/changes/bug20472 @@ -0,0 +1,4 @@ + o Minor bugfixes (circuits): + - Remove a BUG warning in circuit_pick_extend_handshake. Instead, assume + all nodes support EXTEND2. Use ntor whenever a key is available. + Bugfix on commit 10aa913 from 19163 in 0.2.9.3-alpha. Fixes bug 20472. |