diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-06-17 10:51:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-17 10:51:39 -0400 |
commit | be32777aa5708a26e6d8c63baef7dd0071a5e8e6 (patch) | |
tree | 5ac89c94a7876966872de63c84d23c2263f9cba1 | |
parent | d68133c745ccecf2baf86fad08bfd40070c7368c (diff) | |
download | tor-be32777aa5708a26e6d8c63baef7dd0071a5e8e6.tar.gz tor-be32777aa5708a26e6d8c63baef7dd0071a5e8e6.zip |
changes file for 13642
-rw-r--r-- | changes/feature13642 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature13642 b/changes/feature13642 new file mode 100644 index 0000000000..a1a9b25d59 --- /dev/null +++ b/changes/feature13642 @@ -0,0 +1,5 @@ + o Major features: + - Add support for offline encrypted ed25519 master keys. To use + this feature on your tor relay, run "tor --keygen" to make a new + master key (or to make a new signing key if you already have a + master key). Closes ticket 13642. |