openssl/crypto/rand
Bodo Möller 62ac293801 Always hash the pid in the first iteration in ssleay_rand_bytes,
don't try to detect fork()s by looking at getpid().
The reason is that threads sharing the same memory can have different
PIDs; it's inefficient to run RAND_seed each time a different thread
calls RAND_bytes.
1999-10-26 16:26:48 +00:00
..
.cvsignore
Makefile.ssl "make update" (added to top Makefile, and applied). 1999-06-09 16:18:53 +00:00
md_rand.c Always hash the pid in the first iteration in ssleay_rand_bytes, 1999-10-26 16:26:48 +00:00
rand_lib.c Initial support for MacOS. 1999-09-11 17:54:18 +00:00
rand.h
randfile.c Various randomness handling bugfixes and improvements -- 1999-10-26 01:56:29 +00:00
randtest.c Avoid warnings. 1999-06-10 16:29:32 +00:00