openssl/crypto
Dr. Stephen Henson 420eb6a306 PKCS7_verify() performance optimization. When the content is large and a
memory BIO (for example from SMIME_read_PKCS7 and detached data) avoid lots
of slow memory copies from the memory BIO by saving the content in a
temporary read only memory BIO.
2005-01-14 17:53:16 +00:00
..
aes AES CBC and CFB performance tune-up from HEAD. 2004-12-30 22:57:19 +00:00
asn1 Remove duplicate lines. 2004-12-12 13:18:23 +00:00
bf Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
bio Minor cygwin update. 2004-12-27 21:26:10 +00:00
bn Backport of PPC BN module from HEAD. 2004-12-20 13:15:51 +00:00
buffer Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
cast Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
comp make update 2005-01-14 00:16:31 +00:00
conf Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
des make update 2005-01-14 00:16:31 +00:00
dh Remaining parts of PR:620 2004-12-05 01:46:03 +00:00
dsa Remaing bits of PR:620 relevant to 0.9.8. 2004-12-05 01:50:56 +00:00
dso Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
ec Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
engine The use of "exp" as a variable name in a prototype causes a conflict with FC2 2004-11-11 01:18:57 +00:00
err make update 2004-12-13 22:48:01 +00:00
evp Allow for ./config no-sha0. 2005-01-09 17:58:18 +00:00
hmac Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
idea Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
krb5 Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
lhash Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
md2 Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
md4 Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
md5 Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
mdc2 Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
objects make update 2004-12-13 22:48:01 +00:00
ocsp Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
pem Add lots of checks for memory allocation failure, error codes to indicate 2004-12-05 01:04:44 +00:00
perlasm olaris x86 perlasm update [from HEAD]. 2004-12-10 11:27:09 +00:00
pkcs7 PKCS7_verify() performance optimization. When the content is large and a 2005-01-14 17:53:16 +00:00
pkcs12 Add lots of checks for memory allocation failure, error codes to indicate 2004-12-05 01:04:44 +00:00
rand O_NOFOLLOW is not appropriate when opening /dev/* entries on Solaris. 2005-01-14 16:19:47 +00:00
rc2 Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
rc4 make update 2004-12-13 22:48:01 +00:00
rc5 Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
ripemd Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
rsa Add lots of checks for memory allocation failure, error codes to indicate 2004-12-05 01:04:44 +00:00
sha Allow for ./config no-sha0. 2005-01-09 17:58:18 +00:00
stack Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
threads Only use environment variables if uid and gid are the same as euid and egid. 2003-12-27 16:07:20 +00:00
txt_db Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
ui Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
x509 Automatically mark the CRL cached encoding as invalid when some operations 2004-12-09 13:34:41 +00:00
x509v3 Add lots of checks for memory allocation failure, error codes to indicate 2004-12-05 01:04:44 +00:00
.cvsignore
cpt_err.c
cryptlib.c linux-x86_64 didn't link after EM64T RC4 tune-up... 2004-11-23 09:06:12 +00:00
cryptlib.h OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer a 2004-08-29 16:36:05 +00:00
crypto-lib.com Synchronise with Unix build. 2004-09-12 13:02:04 +00:00
crypto.h OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer a 2004-08-29 16:36:05 +00:00
cversion.c (oops) Apologies all, that last header-cleanup commit was from the wrong 2004-04-19 18:09:28 +00:00
ebcdic.c Oops, this file already had the "empty source file" workaround but it 2003-10-29 22:25:04 +00:00
ebcdic.h
ex_data.c (oops) Apologies all, that last header-cleanup commit was from the wrong 2004-04-19 18:09:28 +00:00
install.com Add store.h among the exported headers on VMS. 2004-03-24 09:52:16 +00:00
Makefile make update 2005-01-14 00:16:31 +00:00
md32_common.h Improved PowerPC platform support. 2004-12-20 13:20:22 +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
mem_dbg.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:57 +00:00
o_str.c Rely on e_os.h to appropriately define str[n]casecmp in non-POSIX 2005-01-14 16:22:02 +00:00
o_str.h o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() and 2004-07-08 08:32:51 +00:00
o_time.c Since version 7.0, The C RTL in VMS handles time in terms of UTC 2004-07-19 07:50:43 +00:00
o_time.h
opensslconf.h.in This fixes the installation target for dynamic engines, which was trying to 2004-06-01 03:18:58 +00:00
opensslv.h Change version numbers to 0.9.7f-dev 2004-10-25 11:31:28 +00:00
ossl_typ.h Reduce dependencies on crypto.h by moving the opaque definition of 2004-05-17 18:39:00 +00:00
symhacks.h Another symbol longer than 31 characters... 2004-09-08 08:13:03 +00:00
tmdiff.c Netware-specific changes, 2003-11-28 13:10:58 +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 Netware-specific changes, 2003-11-28 13:10:58 +00:00