summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-01 10:58:53 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-22 09:24:35 -0400
commitbca4211de5464cd159592b359b2f16eb64d3c07f (patch)
tree462b3d2249f6330cf977bd3c0282853e84b45065 /changes
parentd8f031aec2ee84c753ef282577c7f4fcf0123d2f (diff)
downloadtor-bca4211de5464cd159592b359b2f16eb64d3c07f.tar.gz
tor-bca4211de5464cd159592b359b2f16eb64d3c07f.zip
Add a --master-key option
This lets the user override the default location for the master key when used with --keygen Part of 16769.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature167696
1 files changed, 5 insertions, 1 deletions
diff --git a/changes/feature16769 b/changes/feature16769
index 62d373e5cc..49e9f3591a 100644
--- a/changes/feature16769
+++ b/changes/feature16769
@@ -1,3 +1,7 @@
o Minor features (ed25519):
- Add a --newpass option to allow changing or removing the
- passphrase of an encrypted key. \ No newline at end of file
+ passphrase of an encrypted key with tor --keygen. Implements
+ part of ticket 16769.
+ - Add a --master-key option to allow overriding the location of
+ the master key when running tor --keygen. Implements part of
+ ticket 16769.