openssl/crypto/rand
Dr. Matthias St. Pierre 5a87dd1d34 rand_win.c: loosen version requirements for BCryptGenRandom
BCryptGenRandom() is available for Windows Vista and newer versions, see
https://docs.microsoft.com/en-us/windows/desktop/api/bcrypt/nf-bcrypt-bcryptgenrandom

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8639)

(cherry picked from commit 2621e6405d)
2019-04-02 14:29:59 +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: fix reseeding via RAND_add()/RAND_seed() with large input 2018-10-16 22:32:42 +02:00
drbg_lib.c Cosmetic rand/drbg changes. 2019-03-22 16:23:05 +10:00
rand_egd.c Update copyright year 2018-05-29 13:16:04 +01:00
rand_err.c DRBG: fix reseeding via RAND_add()/RAND_seed() with large input 2018-10-16 22:32:42 +02:00
rand_lcl.h Test: link drbgtest statically against libcrypto 2018-11-08 16:32:30 +01:00
rand_lib.c Cosmetic rand/drbg changes. 2019-03-22 16:23:05 +10:00
rand_unix.c Fix seeding from random device w/o getrandom syscall 2019-03-01 18:29:56 +01:00
rand_vms.c VMS: only use the high precision on VMS v8.4 and up 2019-03-15 08:46:29 +01:00
rand_win.c rand_win.c: loosen version requirements for BCryptGenRandom 2019-04-02 14:29:59 +02:00
randfile.c Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE. 2019-03-29 10:02:06 +00:00