openssl/crypto
Richard Levitte 2fe9ab8e20 It was pointed out to me that if the requested size is 0, we shouldn't
ty to allocate anything at all.  This will allow eNULL to still work.

PR: 751
Notified by: Lutz Jaenicke
2003-12-01 13:25:37 +00:00
..
aes Removing those memcpy()s also took away the possibility for in and out to 2003-10-29 06:21:22 +00:00
asn1 Avoid possible memory leaks in error-handling. 2003-11-10 18:05:22 +00:00
bf Netware-specific changes, 2003-11-28 13:10:58 +00:00
bio Netware-specific changes, 2003-11-28 13:10:58 +00:00
bn If BN_STRICT is defined, don't accept an ambiguous representation of zero 2003-11-30 22:23:12 +00:00
buffer Netware-specific changes, 2003-11-28 13:10:58 +00:00
cast Some more ASFLAGS settings required 2003-12-01 08:12:47 +00:00
comp make update 2003-10-28 22:10:47 +00:00
conf We're getting a clash with C++ because it has a type called 'list'. 2003-11-29 10:25:37 +00:00
des Netware-specific changes, 2003-11-28 13:10:58 +00:00
dh Netware-specific changes, 2003-11-28 13:10:58 +00:00
dsa Netware-specific changes, 2003-11-28 13:10:58 +00:00
dso Make sure DSO-dlfcn works properly on SunOS4. 2003-06-12 00:51:54 +00:00
ec Add IPSec/IKE/Oakley curves. 2003-11-29 09:25:59 +00:00
ecdh Unsigned vs. signed fixed. 2003-06-19 16:56:48 +00:00
ecdsa re-enable the test, keeping the original method for RAND_pseudo_bytes 2003-11-16 19:33:31 +00:00
engine We're getting a clash with C++ because it has a type called 'list'. 2003-11-29 10:25:37 +00:00
err Add reference counting around the thread state hash table. 2003-09-27 20:29:05 +00:00
evp It was pointed out to me that if the requested size is 0, we shouldn't 2003-12-01 13:25:37 +00:00
hmac A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
idea Netware-specific changes, 2003-11-28 13:10:58 +00:00
krb5 Armor against systems without ranlib... 2003-01-16 17:22:30 +00:00
lhash Relax some over-zealous constification that gave some lhash-based code no 2003-10-29 04:57:05 +00:00
md2 Netware-specific changes, 2003-11-28 13:10:58 +00:00
md4 Make sure not to declare a clashing read() for DJGPP. 2003-01-13 15:35:22 +00:00
md5 Netware-specific changes, 2003-11-28 13:10:58 +00:00
mdc2 Netware-specific changes, 2003-11-28 13:10:58 +00:00
objects Add IPSec/IKE/Oakley curves. 2003-11-29 09:25:59 +00:00
ocsp Correct a lot of printing calls. Remove extra arguments... 2003-04-03 23:39:48 +00:00
pem A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
perlasm Netware-specific changes, 2003-11-28 13:10:58 +00:00
pkcs7 Add support for digested data PKCS#7 type. 2003-10-11 22:11:45 +00:00
pkcs12 Shut up an ANSI compiler about uninitialised variables. 2003-03-20 10:57:09 +00:00
rand Add more debugging to my Configure target, and "make update" to incorporate 2003-11-30 23:29:27 +00:00
rc2 Netware-specific changes, 2003-11-28 13:10:58 +00:00
rc4 Netware-specific changes, 2003-11-28 13:10:58 +00:00
rc5 Some more ASFLAGS settings required 2003-12-01 08:12:47 +00:00
ripemd Provide ASFLAGS in the subdirectories handling assembler code. 2003-11-16 14:38:34 +00:00
rsa Netware-specific changes, 2003-11-28 13:10:58 +00:00
sha Netware-specific changes, 2003-11-28 13:10:58 +00:00
stack make update 2003-05-01 04:10:32 +00:00
store Implement missing functions. 2003-06-26 10:26:42 +00:00
threads Netware-specific changes, 2003-11-28 13:10:58 +00:00
txt_db Make sure we get the definition of OPENSSL_NO_BIO. 2003-03-20 23:26:46 +00:00
ui Netware-specific changes, 2003-11-28 13:10:58 +00:00
x509 1024 is the export key bits limit according to current regulations, not 512. 2003-11-28 22:39:19 +00:00
x509v3 Give CRLDP its standard name. 2003-11-20 22:45:06 +00:00
.cvsignore Always use buildinf.h, which now includes the mk1mfinf.h data. 1999-07-29 12:57:23 +00:00
cpt_err.c First step in fixing "ex_data" support. Warning: big commit log ... 2001-09-01 19:56:46 +00:00
cryptlib.c Setting the ex_data index is unsafe in a threaded environment, so 2003-10-06 09:09:44 +00:00
cryptlib.h Merge from 0.9.7-stable. 2002-11-13 18:10:30 +00:00
crypto-lib.com Damnit, I'm sick of having to do something special every time a module 2003-11-29 09:19:12 +00:00
crypto.h Setting the ex_data index is unsafe in a threaded environment, so 2003-10-06 09:09:44 +00:00
cversion.c Add SSLEAY_DIR argument code for SSLeay_version. 2001-01-10 15:15:36 +00:00
ebcdic.c Oops, this file already had the "empty source file" workaround but it 2003-10-29 22:25:04 +00:00
ebcdic.h EBCDIC support. 2000-02-01 02:21:16 +00:00
ex_data.c Relax some over-zealous constification that gave some lhash-based code no 2003-10-29 04:57:05 +00:00
install.com A new header. 2002-08-09 22:34:57 +00:00
Makefile.ssl Damnit, I'm sick of having to do something special every time a module 2003-11-29 09:19:12 +00:00
md32_common.h Netware-specific changes, 2003-11-28 13:10:58 +00:00
mem.c CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL 2003-12-01 12:06:15 +00:00
mem_clr.c Make CRYPTO_cleanse() independent of endianness. 2002-12-03 16:06:40 +00:00
mem_dbg.c fix memory leak in memory debuggin code ... 2002-11-18 14:00:42 +00:00
o_str.c Typos. 2003-09-09 23:44:39 +00:00
o_str.h Typos. 2003-09-09 23:44:39 +00:00
o_time.c Do not try to use non-existent gmtime_r() on SunOS4. 2003-06-12 00:57:25 +00:00
o_time.h Use one address consistently. 2001-07-05 10:20:07 +00:00
opensslconf.h.in Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_H 2002-12-11 07:24:43 +00:00
opensslv.h The version of the shared library should, for now, reflect the version 2002-07-31 13:24:26 +00:00
ossl_typ.h Avoid clashes with Win32 names in WinCrypt.h 2003-07-23 00:10:43 +00:00
symhacks.h Another long name to deal with 2003-02-13 13:21:13 +00:00
tmdiff.c Netware-specific changes, 2003-11-28 13:10:58 +00:00
tmdiff.h For whatever reason (compiler or header bugs), at least one commonly-used 2003-10-29 04:40:13 +00:00
uid.c Netware-specific changes, 2003-11-28 13:10:58 +00:00