openssl/crypto
Geoff Thorpe 2754597013 A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.
I have tried to convert 'len' type variable declarations to unsigned as a
means to address these warnings when appropriate, but when in doubt I have
used casts in the comparisons instead. The better solution (that would get
us all lynched by API users) would be to go through and convert all the
function prototypes and structure definitions to use unsigned variables
except when signed is necessary. The proliferation of (signed) "int" for
strictly non-negative uses is unfortunate.
2003-10-29 20:24:15 +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 A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
bf
bio Remove an unnecessary cast that causes certain compilers (eg. mine) some 2003-10-29 05:00:57 +00:00
bn A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
buffer
cast Ignore derived file. 2003-10-28 17:26:46 +00:00
comp make update 2003-10-28 22:10:47 +00:00
conf
des A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
dh Update any code that was using deprecated functions so that everything builds 2003-10-29 04:14:08 +00:00
dsa Update any code that was using deprecated functions so that everything builds 2003-10-29 04:14:08 +00:00
dso Make sure DSO-dlfcn works properly on SunOS4. 2003-06-12 00:51:54 +00:00
ec Comments out some unimplemented functions instead of redeclaring them. 2003-10-29 04:42:29 +00:00
ecdh Unsigned vs. signed fixed. 2003-06-19 16:56:48 +00:00
ecdsa
engine The "cryptodev" engine preprocessor logic used undefined symbols in 2003-10-29 04:00:14 +00:00
err Add reference counting around the thread state hash table. 2003-09-27 20:29:05 +00:00
evp A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
hmac A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
idea
krb5
lhash Relax some over-zealous constification that gave some lhash-based code no 2003-10-29 04:57:05 +00:00
md2 Move header file inclusion to prevent irritation of users forgetting to 2003-05-28 19:56:46 +00:00
md4
md5 Make MD5 assembler code able to handle messages larger than 2GB on 32-bit 2003-09-27 22:14:39 +00:00
mdc2 A few more memset()s converted to OPENSSL_cleanse(). 2002-11-29 11:30:45 +00:00
objects updates for draft-ietf-tls-ecc-03.txt 2003-07-22 12:34:21 +00:00
ocsp
pem A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
perlasm Make MD5 assembler code able to handle messages larger than 2GB on 32-bit 2003-09-27 22:14:39 +00:00
pkcs7 Add support for digested data PKCS#7 type. 2003-10-11 22:11:45 +00:00
pkcs12
rand A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
rc2
rc4
rc5
ripemd
rsa A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
sha
stack
store Implement missing functions. 2003-06-26 10:26:42 +00:00
threads
txt_db
ui Make sure the sigaction structure and fileno function are properly declared with an ANSI compiler on Solaris (and possibly others). 2003-06-04 09:13:19 +00:00
x509 A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
x509v3 A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
.cvsignore
cpt_err.c
cryptlib.c Setting the ex_data index is unsafe in a threaded environment, so 2003-10-06 09:09:44 +00:00
cryptlib.h
crypto-lib.com Generalise the definition of strcasecmp() and strncasecmp() for 2003-09-09 14:48:36 +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
ebcdic.c Avoid "empty source file" warnings. 2003-10-29 04:41:19 +00:00
ebcdic.h
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
Makefile.ssl The object file is o_str.o, not o_str.c. 2003-10-13 11:34:40 +00:00
md32_common.h
mem_clr.c Make CRYPTO_cleanse() independent of endianness. 2002-12-03 16:06:40 +00:00
mem_dbg.c
mem.c In realloc, don't destroy the old memory area if a new one couldn't be 2003-10-07 12:09:39 +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
opensslv.h
ossl_typ.h Avoid clashes with Win32 names in WinCrypt.h 2003-07-23 00:10:43 +00:00
symhacks.h
tmdiff.c For whatever reason (compiler or header bugs), at least one commonly-used 2003-10-29 04:40:13 +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