openssl/crypto/rand
Bodo Möller 05ccd698b9 RAND_load_file(..., -1) now means "read the complete file";
this is what we now use to read $RANDFILE / $HOME/.rnd.
(Previously, after 'cat'ting lots of stuff into .rnd
only the first MB would be looked at.)

Bugfix for apps/enc.c: Continue if RAND_pseudo_bytes returns 0
(only -1 is an error).
2000-01-24 10:03:24 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
Makefile.ssl Tidy up CRYPTO_EX_DATA structures. 2000-01-23 23:41:49 +00:00
md_rand.c update PRNG documentation/comments 2000-01-22 23:11:13 +00:00
rand.h New function RAND_pseudo_bytes() generated pseudorandom numbers that 2000-01-16 15:58:17 +00:00
rand_err.c Finish off the X509_ATTRIBUTE string stuff. 2000-01-20 01:37:17 +00:00
rand_lib.c New function RAND_pseudo_bytes() generated pseudorandom numbers that 2000-01-16 15:58:17 +00:00
randfile.c RAND_load_file(..., -1) now means "read the complete file"; 2000-01-24 10:03:24 +00:00
randtest.c New function RAND_pseudo_bytes() generated pseudorandom numbers that 2000-01-16 15:58:17 +00:00