summaryrefslogtreecommitdiff
path: root/changes/bug16794_ed
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-23 09:16:26 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-23 09:16:26 -0500
commitb18f533cf06188607d444daa50974a6fc836f82d (patch)
treefe13799da98f1e1ad366c95718f8f05f381fe31b /changes/bug16794_ed
parent9a901aaa01eb3c362cc84836b54307b32f44295b (diff)
downloadtor-b18f533cf06188607d444daa50974a6fc836f82d.tar.gz
tor-b18f533cf06188607d444daa50974a6fc836f82d.zip
Always test both ed25519 backends.
Part of #16794
Diffstat (limited to 'changes/bug16794_ed')
-rw-r--r--changes/bug16794_ed3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug16794_ed b/changes/bug16794_ed
new file mode 100644
index 0000000000..a43c401ed4
--- /dev/null
+++ b/changes/bug16794_ed
@@ -0,0 +1,3 @@
+ o Testing:
+ - Always test both ed25519 backends, so that we can be sure that
+ our batch-open replacement code works. Part of ticket 16794.