openssl/crypto
2003-01-12 22:40:09 +00:00
..
aes Make AES_ENCRYPT and AES_DECRYPT macros instead of static constants. 2002-12-20 18:21:38 +00:00
asn1 Make sure the last character of the ASN.1 time string (the 'Z') is copied. 2003-01-01 03:41:01 +00:00
bf IA-32 assembler support enhancements from HEAD branch: unified ELF, 2003-01-12 16:35:30 +00:00
bio OS/2 does binary by default, apparently. 2002-12-29 10:20:01 +00:00
bn IA-32 assembler support enhancements from HEAD branch: unified ELF, 2003-01-12 16:35:30 +00:00
buffer Remove warnings. 2002-11-14 15:58:01 +00:00
cast IA-32 assembler support enhancements from HEAD branch: unified ELF, 2003-01-12 16:35: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 Addenum to IA-32 assembler support enhancements from HEAD branch. 2003-01-12 22:40:09 +00:00
dh make update 2002-12-09 02:19:27 +00:00
dsa Adjust the parameter lists in some not commonly used files. 2003-01-01 23:41:50 +00:00
dso Third argument to shl_load() is "long address", not a pointer. 2003-01-08 08:26:59 +00:00
ec This is a first-cut at improving the callback mechanisms used in 2002-12-08 05:24:31 +00:00
engine The ampersand is not required in these constructs, and was giving AIX 2002-12-15 16:45: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:25 +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:57: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 x86_64 performance patch. 2002-12-14 20:45:39 +00:00
md5 IA-32 assembler support enhancements from HEAD branch: unified ELF, 2003-01-12 16:35:30 +00:00
mdc2 A few more memset()s converted to OPENSSL_cleanse(). 2002-11-29 11:31:51 +00:00
objects Keep the internal lowercase 'surname', for programmer's sake. 2002-12-20 09:39:42 +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:31:51 +00:00
perlasm IA-32 assembler support enhancements from HEAD branch: unified ELF, 2003-01-12 16:35:30 +00:00
pkcs7 Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:09:03 +00:00
pkcs12 Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:09:03 +00:00
rand Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au> 2002-12-03 14:21:32 +00:00
rc2 Have all tests use EXIT() to exit rather than exit(), since the latter doesn't 2002-11-28 18:57:30 +00:00
rc4 IA-32 assembler support enhancements from HEAD branch: unified ELF, 2003-01-12 16:35:30 +00:00
rc5 IA-32 assembler support enhancements from HEAD branch: unified ELF, 2003-01-12 16:35:30 +00:00
ripemd IA-32 assembler support enhancements from HEAD branch: unified ELF, 2003-01-12 16:35:30 +00:00
rsa make update 2002-12-09 02:19:27 +00:00
sha IA-32 assembler support enhancements from HEAD branch: unified ELF, 2003-01-12 16:35:30 +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:40 +00:00
x509 A memset() too many got converted into a OPENSSL_cleanse(). 2002-12-10 08:26:10 +00:00
x509v3 Adjust the parameter lists in some not commonly used files. 2003-01-01 23:41:50 +00:00
.cvsignore
cpt_err.c
cryptlib.c Add a static lock called HWCRHK, for the case of having an application 2002-12-12 17:41:36 +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:25:52 +00:00
crypto.h Add a static lock called HWCRHK, for the case of having an application 2002-12-12 17:41:36 +00:00
cversion.c
ebcdic.c The default C compiler on MacOS X doesn't like empty object files 2002-07-16 10:46:09 +00:00
ebcdic.h
ex_data.c
install.com A new header. 2002-08-09 22:34:57 +00:00
Makefile.ssl Propagate MAKEDEPPROG to the subdirs under crypto/. 2002-12-20 15:28:45 +00:00
md32_common.h x86_64 performance patch. 2002-12-14 20:45:39 +00:00
mem.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:09:03 +00:00
mem_clr.c Make CRYPTO_cleanse() independent of endianness. 2002-12-03 16:07:03 +00:00
mem_dbg.c fix memory leak in memory debuggin code ... 2002-11-18 14:01:24 +00:00
o_time.c Patches to make OpenSSL compilable on MacOS/X. 2002-01-08 09:19:31 +00:00
o_time.h
opensslconf.h.in Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_H 2002-12-11 07:24:47 +00:00
opensslv.h It's rather silly to believe we'd release 0.9.7a in 2002 :-). 2002-12-31 00:59:36 +00:00
ossl_typ.h Make sure OPENSSL_SYS_ macros are defined. 2002-12-28 02:37:05 +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 Determine HZ exactly as in apps/speed.c. 2002-11-18 23:06:46 +00:00
tmdiff.h
uid.c Add a few more VxWorks targets. 2002-10-09 13:41:31 +00:00