openssl/crypto
Lutz Jänicke 325829a9bc Restructure make targets to allow parallel make.
Submitted by: Witold Filipczyk <witekfl@poczta.gazeta.pl>

PR: #513
2003-12-03 16:29:16 +00:00
..
aes Removing those memcpy()s also took away the possibility for in and out to 2003-10-29 06:21:25 +00:00
asn1 Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex(). 2003-11-10 01:25:11 +00:00
bf Provide ASFLAGS in the subdirectories handling assembler code. 2003-11-16 14:37:48 +00:00
bio Fix to make it compile under Win32. 2003-09-29 17:10:01 +00:00
bn bn_sub_part_words() is unused in 0.9.7. 2003-11-22 10:42:33 +00:00
buffer Remove warnings. 2002-11-14 15:58:01 +00:00
cast Some more ASFLAGS settings required 2003-12-01 08:12:01 +00:00
comp Implement a stateful variant if the ZLIB compression method. The old 2002-12-08 02:39:38 +00:00
conf We're getting a clash with C++ because it has a type called 'list'. 2003-11-29 10:25:42 +00:00
des Provide ASFLAGS in the subdirectories handling assembler code. 2003-11-16 14:37:48 +00:00
dh make update. 2003-04-10 20:10:22 +00:00
dsa A new branch for FIPS-related changes has been created with the name 2003-08-11 09:37:17 +00:00
dso Make sure DSO-dlfcn works properly on SunOS4. 2003-06-12 00:51:59 +00:00
ec Make sure EC_window_bits_for_scalar_size() returns a size_t 2003-05-21 08:40:18 +00:00
engine We're getting a clash with C++ because it has a type called 'list'. 2003-11-29 10:25:42 +00:00
err Add reference counting around the thread state hash table. 2003-09-27 20:29:11 +00:00
evp It was pointed out to me that if the requested size is 0, we shouldn't 2003-12-01 13:25:39 +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 Armor against systems without ranlib... 2003-01-16 17:21:15 +00:00
lhash Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
md2 Move header file inclusion to prevent irritation of users forgetting to 2003-05-28 19:56:04 +00:00
md4 A new branch for FIPS-related changes has been created with the name 2003-08-11 09:37:17 +00:00
md5 Make MD5 assembler code able to handle messages larger than 2GB on 32-bit 2003-09-27 22:14:47 +00:00
mdc2 A few more memset()s converted to OPENSSL_cleanse(). 2002-11-29 11:31:51 +00:00
objects A new branch for FIPS-related changes has been created with the name 2003-08-11 09:37:17 +00:00
ocsp Don't give an error if response reason absent in OCSP HTTP. 2003-03-14 23:37:17 +00:00
pem A few more memset()s converted to OPENSSL_cleanse(). 2002-11-29 11:31:51 +00:00
perlasm Make MD5 assembler code able to handle messages larger than 2GB on 32-bit 2003-09-27 22:14:47 +00:00
pkcs7 Oops! 2003-11-10 01:29:27 +00:00
pkcs12 Shut up an ANSI compiler about uninitialised variables. 2003-03-20 10:57:12 +00:00
rand A new branch for FIPS-related changes has been created with the name 2003-08-11 09:37:17 +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 Provide ASFLAGS in the subdirectories handling assembler code. 2003-11-16 14:37:48 +00:00
rc5 Some more ASFLAGS settings required 2003-12-01 08:12:01 +00:00
ripemd Provide ASFLAGS in the subdirectories handling assembler code. 2003-11-16 14:37:48 +00:00
rsa DO NOT constify RSA* in RSA_sign() and RSA_verify(), since there are function 2003-05-07 11:38:13 +00:00
sha Provide ASFLAGS in the subdirectories handling assembler code. 2003-11-16 14:37:48 +00:00
stack
threads mingw related cleanups, as in head 2003-02-22 18:02:46 +00:00
txt_db Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
ui Armor against systems without ranlib... 2003-01-16 17:21:15 +00:00
x509 1024 is the export key bits limit according to current regulations, not 512. 2003-11-28 22:39:23 +00:00
x509v3 Give CRLDP its standard name. 2003-11-20 22:43:28 +00:00
.cvsignore
cpt_err.c
cryptlib.c A new branch for FIPS-related changes has been created with the name 2003-08-11 09:37:17 +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
ebcdic.h
ex_data.c
install.com
Makefile.ssl Restructure make targets to allow parallel make. 2003-12-03 16:29:16 +00:00
md32_common.h A new branch for FIPS-related changes has been created with the name 2003-08-11 09:37:17 +00:00
mem.c CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL 2003-12-01 12:06:19 +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 Do not try to use non-existent gmtime_r() on SunOS4. 2003-06-12 00:57:27 +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 In order to get the expected self signed error when 2003-09-30 13:10:48 +00:00
ossl_typ.h Make sure OPENSSL_SYS_ macros are defined. 2002-12-28 02:37:05 +00:00
symhacks.h
tmdiff.c Determine HZ exactly as in apps/speed.c. 2002-11-18 23:06:46 +00:00
tmdiff.h
uid.c