openssl/crypto/rand
Richard Levitte 88401ed449 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:42 +00:00
..
.cvsignore
Makefile.ssl make update 2003-05-01 04:10:32 +00:00
md_rand.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
rand_egd.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
rand_err.c
rand_lcl.h
rand_lib.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:39:26 +00:00
rand_os2.c
rand_unix.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
rand_vms.c
rand_win.c Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>: 2003-08-07 11:57:42 +00:00
rand.h Add the possibility to build without the ENGINE framework. 2003-01-30 17:39:26 +00:00
randfile.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
randtest.c Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:54:30 +00:00