summaryrefslogtreecommitdiff
path: root/changes/rand-failure-modes
diff options
context:
space:
mode:
Diffstat (limited to 'changes/rand-failure-modes')
-rw-r--r--changes/rand-failure-modes5
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".