openssl/crypto/rand
Ulf Möller eb952088f0 Precautions against using the PRNG uninitialized: RAND_bytes() now
returns int (1 = ok, 0 = not seeded). New function RAND_add() is the
same as RAND_seed() but takes an estimate of the entropy as an additional
argument.
2000-01-13 20:59:17 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
Makefile.ssl Precautions against using the PRNG uninitialized: RAND_bytes() now 2000-01-13 20:59:17 +00:00
md_rand.c Precautions against using the PRNG uninitialized: RAND_bytes() now 2000-01-13 20:59:17 +00:00
rand_err.c Precautions against using the PRNG uninitialized: RAND_bytes() now 2000-01-13 20:59:17 +00:00
rand_lib.c Precautions against using the PRNG uninitialized: RAND_bytes() now 2000-01-13 20:59:17 +00:00
rand.h Precautions against using the PRNG uninitialized: RAND_bytes() now 2000-01-13 20:59:17 +00:00
randfile.c Precautions against using the PRNG uninitialized: RAND_bytes() now 2000-01-13 20:59:17 +00:00
randtest.c Avoid warnings. 1999-06-10 16:29:32 +00:00