openssl/crypto
Richard Levitte 86a62cf15c Implement a stateful variant if the ZLIB compression method. The old
stateless variant is kept, but isn't used anywhere.
2002-12-08 02:39:38 +00:00
..
aes WinCE patches 2002-11-15 22:37:18 +00:00
asn1 Workaround for GCC-ia64 compiler bug. 2002-12-06 17:18:10 +00:00
bf Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:54:30 +00:00
bio WinCE patches 2002-11-15 22:37:18 +00:00
bn I think I got it now. Apparently, the case of having to shift down 2002-12-02 21:31:45 +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:54:30 +00:00
comp Implement a stateful variant if the ZLIB compression method. The old 2002-12-08 02:39:38 +00:00
conf Handle last lines that aren't properly terminated. 2002-11-14 06:51:18 +00:00
des Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au> 2002-12-03 14:20:44 +00:00
dh Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:54:30 +00:00
dsa Some compilers are quite picky about non-void functions that don't return 2002-12-06 08:50:06 +00:00
dso WinCE patches 2002-11-15 22:37:18 +00:00
ec Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:54:30 +00:00
ecdh Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:54:30 +00:00
ecdsa Don't compute timings here, we can do this elsewhere. 2002-12-04 17:38:40 +00:00
engine Make sure to implement the cryptodev engine only when /dev/crypto exists. 2002-12-05 10:16:28 +00:00
err makedepend complains when a header file is included more than once in 2002-10-14 10:02:36 +00:00
evp Some compilers are quite picky about non-void functions that don't return 2002-12-06 08:50:06 +00:00
hmac make update 2002-12-05 01:55:48 +00:00
idea Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:54:30 +00:00
krb5 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +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 01:55:48 +00:00
md4 make update 2002-12-05 01:55:48 +00:00
md5 make update 2002-12-05 01:55:48 +00:00
mdc2 A few more memset()s converted to OPENSSL_cleanse(). 2002-11-29 11:30:45 +00:00
objects make update 2002-11-15 11:20:43 +00:00
ocsp Correct support for SunOS 4.1.3_U1. 2002-11-13 16:11:14 +00:00
pem A few more memset()s converted to OPENSSL_cleanse(). 2002-11-29 11:30:45 +00:00
perlasm
pkcs7 Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
pkcs12 Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
rand Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au> 2002-12-03 14:20:44 +00:00
rc2 Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:54:30 +00:00
rc4 Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:54:30 +00:00
rc5 Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:54:30 +00:00
ripemd make update 2002-12-05 01:55:48 +00:00
rsa Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
sha make update 2002-12-05 01:55:48 +00:00
stack Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
threads
txt_db Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
ui Only check for a result buffer if the allocated string is a prompt string. 2002-12-05 00:04:30 +00:00
x509 SSL_CERT_FILE should be used in place of the system default file, not as 2002-12-05 21:07:26 +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 Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
cryptlib.h Merge from 0.9.7-stable. 2002-11-13 18:10:30 +00:00
crypto-lib.com Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler 2002-11-27 12:24:05 +00:00
crypto.h Implement a stateful variant if the ZLIB compression method. The old 2002-12-08 02:39:38 +00:00
cversion.c
ebcdic.c
ebcdic.h
ex_data.c
install.com
Makefile.ssl Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler 2002-11-27 12:24:05 +00:00
md32_common.h Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +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
mem.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
o_time.c
o_time.h
opensslconf.h.in
opensslv.h
ossl_typ.h Initial ASN1 generation code. This can construct 2002-11-12 13:34:51 +00:00
symhacks.h
tmdiff.c Determine HZ exactly as in apps/speed.c. 2002-11-18 23:06:36 +00:00
tmdiff.h
uid.c Add a few more VxWorks targets. 2002-10-09 13:40:48 +00:00