625146d9fb
The rand code can aquire locks and then attempt crypto operations. This can end up in a deadlock if we are using an async engine, because control returns back to the user code whilst still holding the lock. We need to force synchronous operation for these sections of code. Reviewed-by: Rich Salz <rsalz@openssl.org> |
||
---|---|---|
.. | ||
Makefile | ||
md_rand.c | ||
rand_egd.c | ||
rand_err.c | ||
rand_lcl.h | ||
rand_lib.c | ||
rand_nw.c | ||
rand_os2.c | ||
rand_unix.c | ||
rand_vms.c | ||
rand_win.c | ||
randfile.c |