tor/changes/rand-failure-modes

6 lines
265 B
Plaintext
Raw Normal View History

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".