summaryrefslogtreecommitdiff
path: root/changes/feature16944
diff options
context:
space:
mode:
Diffstat (limited to 'changes/feature16944')
-rw-r--r--changes/feature169445
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature16944 b/changes/feature16944
new file mode 100644
index 0000000000..1728beff7f
--- /dev/null
+++ b/changes/feature16944
@@ -0,0 +1,5 @@
+ o Minor features (relay, ed25519):
+ - Add a new OfflineMasterKey option to tell Tor never to try
+ loading or generating a secret ed25519 identity key. You can use
+ this in combination with tor --keygen to manage offline and/or
+ encrypted ed25519 keys. Implements ticket 16944.