openssl/crypto/rand
Richard Levitte a4125514f5 There's a deadlock when ssleay_rand_bytes is called the first time, since
it wants to stir the pool using ssleay_rand_add.  This fix provides the
possibility to call ssleay_rand_add inside a locked state by simply telling
it not to do any locking through a static variable.  This isn't the most
elegant way one could do this, but it does retain thread safety during the
stirring process.
2000-07-26 08:32:00 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
Makefile.ssl "make update" 2000-07-24 10:02:47 +00:00
md_rand.c There's a deadlock when ssleay_rand_bytes is called the first time, since 2000-07-26 08:32:00 +00:00
rand_egd.c Undo the changes I just made. I'm not sure what I was thinking of. 2000-06-28 16:47:45 +00:00
rand_err.c Preserve reason strings in automatically build tables. 2000-03-05 00:19:36 +00:00
rand_lcl.h Move RNG initialization to RAND_poll(), and shared definitions to 2000-07-19 21:43:23 +00:00
rand_lib.c Use RAND_METHOD for implementing RAND_status. 2000-03-02 14:34:58 +00:00
rand_win.c oops. 2000-07-21 02:14:15 +00:00
rand.h Fix warnings. 2000-07-26 01:39:23 +00:00
randfile.c There are compilers that complain if a variable has the same name as a 2000-06-16 14:24:37 +00:00
randtest.c New function RAND_pseudo_bytes() generated pseudorandom numbers that 2000-01-16 15:58:17 +00:00