mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Check that crypto_rand doesn't return all zeroes, identical values, or incrementing values (OpenSSL's rand_predictable feature).
5 lines
265 B
Text
5 lines
265 B
Text
o Minor features (unit tests, random number generation):
|
|
- Add unit tests that check for common RNG failure modes, such as
|
|
returning all zeroes, identical values, or incrementing values
|
|
(OpenSSL's rand_predictable feature).
|
|
Patch by "teor".
|