openssl/crypto/rand
Dr. Stephen Henson ff053fc847 Don't set FIPS rand method at same time as RAND method as this can cause the
FIPS library to fail. Applications that want to set the FIPS rand method can do
so explicitly and presumably they know what they are doing...
2011-06-21 17:10:21 +00:00
..
.cvsignore
Makefile make update 2011-03-24 22:59:02 +00:00
md_rand.c
rand_egd.c
rand_err.c Extensive reorganisation of PRNG handling in FIPS module: all calls 2011-04-05 15:24:10 +00:00
rand_lcl.h
rand_lib.c Don't set FIPS rand method at same time as RAND method as this can cause the 2011-06-21 17:10:21 +00:00
rand_nw.c
rand_os2.c
rand_unix.c
rand_vms.c After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS 2011-03-19 10:58:14 +00:00
rand_win.c
rand.h Extensive reorganisation of PRNG handling in FIPS module: all calls 2011-04-05 15:24:10 +00:00
randfile.c After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS 2011-03-19 10:58:14 +00:00
randtest.c