summaryrefslogtreecommitdiff
path: root/changes/bug23748
diff options
context:
space:
mode:
authorcathugger <cathugger>2017-10-03 11:16:50 -0400
committerDavid Goulet <dgoulet@torproject.org>2017-10-03 11:19:10 -0400
commit9d90f9829ca8c2ce6eec4bcf3aaa72d95bedda24 (patch)
treea3c3084e62163130a46cc9c9f2279be9ffbf328c /changes/bug23748
parent1e7e36da4b6741235e77d97fff8446a6b7ba1300 (diff)
downloadtor-9d90f9829ca8c2ce6eec4bcf3aaa72d95bedda24.tar.gz
tor-9d90f9829ca8c2ce6eec4bcf3aaa72d95bedda24.zip
hs-v3: Always generate the public key file on disk
Fixes #23748 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/bug23748')
-rw-r--r--changes/bug237484
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23748 b/changes/bug23748
new file mode 100644
index 0000000000..b7f42aff23
--- /dev/null
+++ b/changes/bug23748
@@ -0,0 +1,4 @@
+ o Minor bugfixes (hidden service):
+ - Always make sure the hidden service generate the public key file if it
+ is missing. Prior to this, if the public key was deleted from disk, it
+ wouldn't get recreated. Fixes bug 23748; bugfix on 0.3.2.2-alpha.