aboutsummaryrefslogtreecommitdiff
path: root/src/test/rng_test_helpers.c
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-05-29Merge branch 'tor-github/pr/1032'George Kadianakis
2019-05-23Merge branch 'tor-github/pr/1022'David Goulet
2019-05-17Don't forget to use the mutex in testing_enable_prefilled_rng()rl1987
2019-05-16rng_test_helpers: add a needless lock/unlock pair to please coverityNick Mathewson
2019-05-15Testing: allow the user to pass a seed in for reproducible-RNG testsNick Mathewson
2019-05-15Make testing_disable_reproducible_rng() log seed on test failureNick Mathewson
2019-04-30Make sure that the rng is not replaced if it is already replaced.Nick Mathewson
2019-04-30Make the deterministic and reproducible rng test code handle fast_rngNick Mathewson
2019-04-30Make rng mock code also cover strongest_rand.Nick Mathewson
2019-04-30Add a testing PRNG replacement that returns canned data.Nick Mathewson
2019-04-30Add support for deterministic override of crypto_rand() in testsNick Mathewson