openssl/crypto
Richard Levitte e15ea3d9e1 When BN_add_word() reaches top, it shouldn't try to add the the corresponding
word, since that word may not be zero.
2002-10-14 11:33:32 +00:00
..
aes Add more commentary. Check that *num is smaller than the block size. 2002-10-11 22:42:34 +00:00
asn1 makedepend complains when a header file is included more than once in 2002-10-14 10:02:36 +00:00
bf Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
bio makedepend complains when a header file is included more than once in 2002-10-14 10:02:36 +00:00
bn When BN_add_word() reaches top, it shouldn't try to add the the corresponding 2002-10-14 11:33:32 +00:00
buffer Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
cast Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
comp Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
conf Add a few more VxWorks targets. 2002-10-09 13:40:48 +00:00
des Add a few more VxWorks targets. 2002-10-09 13:40:48 +00:00
dh Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
dsa Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
dso Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
ec Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
ecdh Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
ecdsa Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
engine makedepend complains when a header file is included more than once in 2002-10-14 10:02:36 +00:00
err makedepend complains when a header file is included more than once in 2002-10-14 10:02:36 +00:00
evp Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
hmac Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
idea Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
krb5 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
lhash Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
md2 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
md4 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
md5 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
mdc2 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
objects Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
ocsp Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
pem Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
perlasm Further enhance assembler support on Cygwin and DJGPP. 2002-07-18 12:37:59 +00:00
pkcs7 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
pkcs12 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
rand Complete the VxWorks fix by implementing a NULL RAND_poll() for it. 2002-10-14 09:44:57 +00:00
rc2 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
rc4 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
rc5 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
rijndael Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
ripemd Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
rsa Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
sha Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
stack Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
threads Use new-style system-id macros everywhere possible. I hope I haven't 2001-02-20 08:13:47 +00:00
txt_db Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
ui Add a few more VxWorks targets. 2002-10-09 13:40:48 +00:00
x509 makedepend complains when a header file is included more than once in 2002-10-14 10:02:36 +00:00
x509v3 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +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 really fix race condition 2002-09-23 14:25:07 +00:00
cryptlib.h get rid of OpenSSLDie 2002-08-02 11:48:15 +00:00
crypto-lib.com Yet a couple of modules forgotten. These weren't important for 2002-08-15 09:39:01 +00:00
crypto.h really fix race condition 2002-09-23 14:25:07 +00:00
cversion.c Add SSLEAY_DIR argument code for SSLeay_version. 2001-01-10 15:15:36 +00:00
ebcdic.c The default C compiler on MacOS X doesn't like empty object files 2002-07-16 10:46:00 +00:00
ebcdic.h EBCDIC support. 2000-02-01 02:21:16 +00:00
ex_data.c Redo type-safety fix. 2001-09-07 11:43:30 +00:00
install.com A new header. 2002-08-09 22:34:57 +00:00
Makefile.ssl Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
md32_common.h openbsd-x86 macros 2001-10-14 00:57:30 +00:00
mem.c If CRYPTO_realloc() is called with a NULL pointer, have it call 2002-08-01 10:08:37 +00:00
mem_dbg.c Ensure that failure to create the BIO in 'CRYPTO_mem_leaks_fp' doesn't 2001-08-28 15:54:57 +00:00
o_time.c Patches to make OpenSSL compilable on MacOS/X. 2002-01-08 09:19:31 +00:00
o_time.h Use one address consistently. 2001-07-05 10:20:07 +00:00
opensslconf.h.in GCC uses __i386__. 2002-01-26 03:57:41 +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 #undef some things that cause a conflict under Win32 when 2002-02-02 13:19:27 +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 Rhapsody had ftime, Darwin doesn't (any longer?) 2002-10-10 13:35:49 +00:00
tmdiff.h Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
uid.c Add a few more VxWorks targets. 2002-10-09 13:40:48 +00:00