openssl/crypto
Richard Levitte 782576dbec 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:45 +00:00
..
asn1 Fix sign bugs. 2003-05-21 14:29:22 +00:00
bf Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:56:18 +00:00
bio add OpenSSL license 2003-08-06 10:40:19 +00:00
bn Fix sign bugs. 2003-05-21 14:29:22 +00:00
buffer Remove warnings. 2002-11-14 15:57:38 +00:00
cast Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:56:18 +00:00
comp Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
conf Handle last lines that aren't properly terminated. 2002-11-14 06:51:18 +00:00
des Make sure OPENSSL_cleanse is declared properly. 2002-12-28 01:46:21 +00:00
dh Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:56:18 +00:00
dsa A function returning int should really return an int, even if it exits 2002-12-28 01:47:11 +00:00
dso Make sure DSO-dlfcn works properly on SunOS4. 2003-06-12 00:51:57 +00:00
err makedepend complains when a header file is included more than once in 2002-10-14 10:02:36 +00:00
evp Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:06:36 +00:00
hmac Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:56:18 +00:00
idea Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:56:18 +00:00
lhash Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
md2 make update 2002-12-05 21:51:02 +00:00
md4 make update 2002-12-05 21:51:02 +00:00
md5 make update 2002-12-05 21:51:02 +00:00
mdc2 A few more memset()s converted to OPENSSL_cleanse(). 2002-11-29 11:31:18 +00:00
objects make update 2002-11-15 11:21:33 +00:00
pem A few more memset()s converted to OPENSSL_cleanse(). 2002-11-29 11:31:18 +00:00
perlasm Further enhance assembler support on Cygwin and DJGPP. 2002-07-18 12:37:59 +00:00
pkcs7 Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:06:36 +00:00
pkcs12 Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:06:36 +00:00
rand Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>: 2003-08-07 11:57:45 +00:00
rc2 Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:56:18 +00:00
rc4 Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:56:18 +00:00
rc5 Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:56:18 +00:00
ripemd make update 2002-12-05 21:51:02 +00:00
rsa Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances. 2003-04-16 06:25:25 +00:00
sha make update 2002-12-05 21:51:02 +00:00
stack Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
threads Fixes for VxWorks. Are these needed for 0.9.7 and up as well? 2002-12-04 23:13:07 +00:00
txt_db Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
x509 We set the export flag for 512 *bit* keys, not 512 *byte* ones. 2003-06-19 18:55:53 +00:00
x509v3 Fix get_email: 0 is a valid return value 2002-11-14 00:46:11 +00:00
.cvsignore
cpt_err.c
cryptlib.c In CRYPTO_lock(), check that the application cares about locking (provided 2002-12-11 08:56:38 +00:00
cryptlib.h Merge from 0.9.7-stable. 2002-11-13 18:10:30 +00:00
crypto-lib.com Fix the problem with missing definition of THREADS on VMS. 2003-03-27 12:25:12 +00:00
crypto.h Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler 2002-11-27 12:24:54 +00:00
cversion.c
ebcdic.c The default C compiler on MacOS X doesn't like empty object files 2002-07-16 10:46:04 +00:00
ebcdic.h
ex_data.c
install.com A new header. 2002-08-09 22:34:57 +00:00
Makefile.ssl Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler 2002-11-27 12:24:54 +00:00
md32_common.h Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:06:36 +00:00
mem.c Make sure the memory allocation routines check for negative sizes 2003-02-19 11:54:53 +00:00
mem_clr.c Make CRYPTO_cleanse() independent of endianness. 2002-12-03 16:06:52 +00:00
mem_dbg.c fix memory leak in memory debuggin code ... 2002-11-18 14:02:20 +00:00
opensslconf.h.in
opensslv.h The release is tagged, time to hope we won't have to work on 0.9.6k. 2003-04-10 20:41:02 +00:00
symhacks.h Remove clashes between symbols that have the same name except for 2002-08-11 12:23:08 +00:00
tmdiff.c Fixes for VxWorks. Are these needed for 0.9.7 and up as well? 2002-12-04 23:13:07 +00:00
tmdiff.h
uid.c Fixes for VxWorks. Are these needed for 0.9.7 and up as well? 2002-12-04 23:13:07 +00:00