From: Nick Mathewson Date: Mon, 18 Mar 2019 16:50:35 +0000 (-0400) Subject: Changes file for 29732. X-Git-Tag: tor-0.4.1.1-alpha~50^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48e1ab17204944e6197002dfa3d3d0c8a08184dc;p=thirdparty%2Ftor.git Changes file for 29732. --- diff --git a/changes/ticket29732 b/changes/ticket29732 new file mode 100644 index 0000000000..bb72361c48 --- /dev/null +++ b/changes/ticket29732 @@ -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.