Add "OfflineMasterKey" option

When this is set, and Tor is running as a relay, it will not
generate or load its secret identity key.  You can manage the secret
identity key with --keygen.  Implements ticket 16944.
This commit is contained in:
Nick Mathewson
2015-09-01 10:22:24 -04:00
parent d891e2a9c5
commit 0ba4e0895a
5 changed files with 42 additions and 6 deletions
+5
View File
@@ -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.