summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-08-11 11:21:03 -0400
committerNick Mathewson <nickm@torproject.org>2015-08-19 13:36:51 -0400
commit8589c4704908c6089285226db7ae361634f8b843 (patch)
tree63d7c9a3035b0960fff912aad200b3c3f16df7ad /changes
parent426ef9c8eb1d88914ebff544d6704d5c6de23ba1 (diff)
downloadtor-8589c4704908c6089285226db7ae361634f8b843.tar.gz
tor-8589c4704908c6089285226db7ae361634f8b843.zip
changes file for ed25519_keygen branch
Diffstat (limited to 'changes')
-rw-r--r--changes/16679_16685_etc13
1 files changed, 13 insertions, 0 deletions
diff --git a/changes/16679_16685_etc b/changes/16679_16685_etc
new file mode 100644
index 0000000000..8284614278
--- /dev/null
+++ b/changes/16679_16685_etc
@@ -0,0 +1,13 @@
+
+ o Major features (relay, Ed25519):
+ - Significant improvements to the usability of relay-side Ed25519
+ key management. Log messages are better, and the code can
+ recover from far more failure conditions. Thanks to "s7r" for
+ reporting and diagnosing so many of these!
+
+ o Major bugfixes (relay, Ed25519):
+ - Avoid crashing on 'tor --keygen'. Fixes bug 16679; bugfix on
+ 0.2.7.2-alpha. Reported by "s7r".
+ - Improve handling of expired signing keys along with offline
+ master keys. Fixes bug 16685; bugfix on 0.2.7.2-alpha. Reported
+ by "s7r".