openssl/crypto/rand
Dr. Matthias St. Pierre 43687d685f DRBG: fix coverity issues
- drbg_lib.c: Silence coverity warning: the comment preceding the
  RAND_DRBG_instantiate() call explicitely states that the error
  is ignored and explains the reason why.

- drbgtest: Add checks for the return values of RAND_bytes() and
  RAND_priv_bytes() to run_multi_thread_test().

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5976)
2018-04-17 17:24:50 +02:00
..
build.info crypto/rand: rename drbg_rand.c to drbg_ctr.c 2018-01-04 11:47:30 +10:00
drbg_ctr.c DRBG: Use the EVP layer to do AES encryption 2018-03-21 21:32:47 +01:00
drbg_lib.c DRBG: fix coverity issues 2018-04-17 17:24:50 +02:00
rand_egd.c Switch from ossl_rand to DRBG rand 2017-08-03 09:23:28 -04:00
rand_err.c make update 2018-04-13 23:48:41 +02:00
rand_lcl.h Make sure we use a nonce when a nonce is required 2018-04-01 21:11:26 +02:00
rand_lib.c DRBG: implement a get_nonce() callback 2018-04-13 20:49:28 +02:00
rand_unix.c DRBG: implement a get_nonce() callback 2018-04-13 20:49:28 +02:00
rand_vms.c DRBG: implement a get_nonce() callback 2018-04-13 20:49:28 +02:00
rand_win.c DRBG: implement a get_nonce() callback 2018-04-13 20:49:28 +02:00
randfile.c rand/randfile.c: fix potential resource leak in RAND_load_file. 2018-04-04 20:27:59 +02:00