]> git.ipfire.org Git - thirdparty/openssl.git/history - test/rand_test.c
Fix BIO_get_new_index() to return an error when it is exhausted.
[thirdparty/openssl.git] / test / rand_test.c
2023-11-01  PauliAdd test case for uniform random generators
2021-10-28  PauliRemove redundant RAND_get0_private() call
2021-10-26  Paulitest-rand: return failure on not enough data, allow...