]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for ed25519_keygen branch
authorNick Mathewson <nickm@torproject.org>
Tue, 11 Aug 2015 15:21:03 +0000 (11:21 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 19 Aug 2015 17:36:51 +0000 (13:36 -0400)
changes/16679_16685_etc [new file with mode: 0644]

diff --git a/changes/16679_16685_etc b/changes/16679_16685_etc
new file mode 100644 (file)
index 0000000..8284614
--- /dev/null
@@ -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".