aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-08-19 13:36:59 -0400
committerNick Mathewson <nickm@torproject.org>2015-08-19 13:36:59 -0400
commit428bb2d1c8bf5f10f7f76b9861b9a3ce498e07a7 (patch)
tree094116842853ec1472a18570a3310017fe6fabc9 /changes
parent2f5202c6362408df5aad8f57f8dfffbafcbe0833 (diff)
parent8589c4704908c6089285226db7ae361634f8b843 (diff)
downloadtor-428bb2d1c8bf5f10f7f76b9861b9a3ce498e07a7.tar.gz
tor-428bb2d1c8bf5f10f7f76b9861b9a3ce498e07a7.zip
Merge branch 'ed25519_keygen_squashed'
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".