Merge branch 'tor-github/pr/909'

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet
2019-04-30 11:17:45 -04:00
11 changed files with 373 additions and 146 deletions
+5
View File
@@ -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.