openssl/crypto/rand
Richard Levitte 30e4269241 Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:
1. CreateToolhelp32Snapshot returns INVALID_HANDLE_VALUE, not NULL, on error.
2. On Windows CE, a snapshot handle is closed with CloseToolhelp32Snapshot,
   not CloseHandle.
2003-08-07 11:57:21 +00:00
..
.cvsignore
Makefile.ssl Unfinished FIPS stuff for review/improvement. 2003-07-27 17:00:51 +00:00
md_rand.c Unfinished FIPS stuff for review/improvement. 2003-07-27 17:00:51 +00:00
rand.h Unfinished FIPS stuff for review/improvement. 2003-07-27 17:00:51 +00:00
rand_egd.c Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
rand_err.c Unfinished FIPS stuff for review/improvement. 2003-07-27 17:00:51 +00:00
rand_lcl.h Like MD_Init, MD now must include a NULL engine pointer in its definition. 2001-10-25 08:53:54 +00:00
rand_lib.c Unfinished FIPS stuff for review/improvement. 2003-07-27 17:00:51 +00:00
rand_os2.c Changes to have OpenSSL compile on OS/2. 2001-07-01 22:39:46 +00:00
rand_unix.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:09:03 +00:00
rand_vms.c
rand_win.c Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>: 2003-08-07 11:57:21 +00:00
randfile.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:09:03 +00:00
randtest.c Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:57:30 +00:00