openssl/crypto/rand
Andy Polyakov 913cebc8f4 rand/rand_unix.c: bypass DSO_global_lookup on ELF systems.
If built with no-dso, syscall_random remains "blind" to getentropy.
Since it's possible to detect symbol availability on ELF-based systems
without involving DSO module, bypass it.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/6436)
2018-06-09 14:45:05 +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 Use void in all function definitions that do not take any arguments 2018-05-11 14:37:48 +02:00
rand_egd.c Update copyright year 2018-05-29 13:16:04 +01: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 Use void in all function definitions that do not take any arguments 2018-05-11 14:37:48 +02:00
rand_unix.c rand/rand_unix.c: bypass DSO_global_lookup on ELF systems. 2018-06-09 14:45:05 +02:00
rand_vms.c VMS rand: assign before check, not the other way around 2018-05-08 20:56:32 +02:00
rand_win.c Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bits 2018-05-02 10:18:29 +02:00
randfile.c rand/randfile.c: fix potential resource leak in RAND_load_file. 2018-04-04 20:27:59 +02:00