diff options
Diffstat (limited to 'changes/rand-failure-modes')
-rw-r--r-- | changes/rand-failure-modes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/rand-failure-modes b/changes/rand-failure-modes new file mode 100644 index 0000000000..cc6ef4744e --- /dev/null +++ b/changes/rand-failure-modes @@ -0,0 +1,5 @@ + 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". |