]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for 29732.
authorNick Mathewson <nickm@torproject.org>
Mon, 18 Mar 2019 16:50:35 +0000 (12:50 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 30 Apr 2019 15:11:39 +0000 (11:11 -0400)
changes/ticket29732 [new file with mode: 0644]

diff --git a/changes/ticket29732 b/changes/ticket29732
new file mode 100644 (file)
index 0000000..bb72361
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor features (testing):
+    - Tor's unit test code now contains a standard set of functions to
+      replace the PRNG with a deterministic or reproducible version for
+      testing. Previously, various tests implemented this in various ways.
+      Implements ticket 29732.