tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 9e5c27bd2c278238d003b2fc1891d5de48b766d7
parent 669f6e34eaae0d6937825bdb345f37912123ddd6
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 14 May 2019 20:22:30 -0400

changes file for ticket 28878

Diffstat:
Achanges/ticket28878 | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/changes/ticket28878 b/changes/ticket28878 @@ -0,0 +1,11 @@ + o Minor features (testing): + - The circuitpadding tests now use a reproducible RNG implementation, + so that if a test fails, we can learn why. Part of ticket 28878. + - Tor's tests now support an environment variable, TOR_TEST_RNG_SEED, + to set the RNG seed for tests that use a reproducible RNG. + Part of ticket 28878. + + o Minor features (continuous integration): + - When running coverage builds on Travis, we now set TOR_TEST_RNG_SEED, + to avoid RNG-based coverage differences. + Part of ticket 28878.