summaryrefslogtreecommitdiff
path: root/changes/rand-failure-modes
blob: cc6ef4744e687e36876bed9222bb08135e52a736 (plain)
1
2
3
4
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".