diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-22 09:26:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-22 09:26:30 -0400 |
commit | df0b4f0342fc95f213cb5bb19a1f5260d546c1b6 (patch) | |
tree | 550eb99f0f3bba666ac9e60c4de157b69ee265cd /changes | |
parent | e94ef30a2fa6ef0197fe9fafbb2469475d868627 (diff) | |
parent | 8234fa00539cd6aa560c4fa1502a04e0f9e35a18 (diff) | |
download | tor-df0b4f0342fc95f213cb5bb19a1f5260d546c1b6.tar.gz tor-df0b4f0342fc95f213cb5bb19a1f5260d546c1b6.zip |
Merge branch 'feature16769_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature16769 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature16769 b/changes/feature16769 new file mode 100644 index 0000000000..acb2b9c0da --- /dev/null +++ b/changes/feature16769 @@ -0,0 +1,4 @@ + o Minor features (ed25519): + - Add a --newpass option to allow changing or removing the + passphrase of an encrypted key with tor --keygen. Implements + part of ticket 16769. |