diff options
author | David Goulet <dgoulet@torproject.org> | 2018-10-18 11:44:26 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-10-18 11:46:07 -0400 |
commit | 56f713b8a477b4203f3bfd8f3ad0952706dc9599 (patch) | |
tree | f1872f30fa05c33f44037539e010418621e4625b /changes/ticket27995 | |
parent | a5599fb71c51ddec47282164f71cfb06933096cc (diff) | |
download | tor-56f713b8a477b4203f3bfd8f3ad0952706dc9599.tar.gz tor-56f713b8a477b4203f3bfd8f3ad0952706dc9599.zip |
hs-v3: Always generate the descriptor cookie
It won't be used if there are no authorized client configured. We do that so
we can easily support the addition of a client with a HUP signal which allow
us to avoid more complex code path to generate that cookie if we have at least
one client auth and we had none before.
Fixes #27995
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket27995')
-rw-r--r-- | changes/ticket27995 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket27995 b/changes/ticket27995 new file mode 100644 index 0000000000..8c75425749 --- /dev/null +++ b/changes/ticket27995 @@ -0,0 +1,4 @@ + o Minor bugfixes (hidden service v3, client authorization): + - Fix an assert() when adding a client authorization for the first time + and then sending a HUP signal to the service. Before that, tor would + stop abruptly. Fixes bug 27995; bugfix on 0.3.5.1-alpha. |