openssl/crypto
2008-12-27 13:39:38 +00:00
..
aes Revisit RT#1801 and complete fix. 2008-12-27 13:32:21 +00:00
asn1 !a && !a->b is clearly wrong! Changed to !a || !a->b (Coverity ID 145). 2008-12-26 15:32:59 +00:00
bf Revert the size_t modifications from HEAD that had led to more 2008-11-12 03:58:08 +00:00
bio In BIO_write(), update the write statistics, not the read statistics. 2008-12-25 22:24:17 +00:00
bn x86_64 assembler pack: add support for Win64 SEH. 2008-12-19 11:17:29 +00:00
buffer
camellia cmll-x86_64.pl: fix bug in cbc tail processing and comply with Win64 ABI spec. 2008-12-27 13:39:38 +00:00
cast Optimize CAST for size on 64-bit platforms. For reference, CAST_LONG being 2008-12-22 15:21:59 +00:00
cms Set memory BIOs up properly when stripping text headers from S/MIME messages. 2008-11-21 18:18:13 +00:00
comp Missing return values (Coverity ID 204). 2008-12-13 17:19:40 +00:00
conf
des Optimize #undef DES_UNROLL for size. 2008-12-22 14:10:42 +00:00
dh Revert the size_t modifications from HEAD that had led to more 2008-11-12 03:58:08 +00:00
dsa Remove misleading dead code. Constify. (Coverity ID 142) 2008-12-26 17:17:21 +00:00
dso Remove dead code. (Coverity ID 2) 2008-12-27 02:36:24 +00:00
ec Check scalar->d before we use it (in BN_num_bits()). (Coverity ID 129) 2008-12-27 02:15:16 +00:00
ecdh
ecdsa Revert the size_t modifications from HEAD that had led to more 2008-11-12 03:58:08 +00:00
engine Make no-engine work again. 2008-12-20 17:04:40 +00:00
err Implement Configure option pattern "experimental-foo" 2008-12-02 01:21:39 +00:00
evp Implement Configure option pattern "experimental-foo" 2008-12-02 01:21:39 +00:00
hmac Revert the size_t modifications from HEAD that had led to more 2008-11-12 03:58:08 +00:00
idea
jpake Implement Configure option pattern "experimental-foo" 2008-12-02 01:21:39 +00:00
krb5
lhash
md2
md4
md5 x86_64 assembler pack: add support for Win64 SEH. 2008-12-19 11:17:29 +00:00
mdc2
modes crypto/modes: make modes.h selfsufficient and rename block_f to block128_t. 2008-12-23 11:18:45 +00:00
objects Revert the size_t modifications from HEAD that had led to more 2008-11-12 03:58:08 +00:00
ocsp This _WIN32-specific patch makes it possible to "wrap" OpenSSL in another 2008-12-22 13:54:12 +00:00
pem Revert the size_t modifications from HEAD that had led to more 2008-11-12 03:58:08 +00:00
perlasm x86_64-xlate.pl: fix masm hexadecimal constants. 2008-12-19 11:14:38 +00:00
pkcs7 pval must always be set when pk7_cb() does anything (Coverity ID 146). 2008-12-26 15:29:02 +00:00
pkcs12 Revert the size_t modifications from HEAD that had led to more 2008-11-12 03:58:08 +00:00
pqueue
rand This _WIN32-specific patch makes it possible to "wrap" OpenSSL in another 2008-12-22 13:54:12 +00:00
rc2
rc4 x86_64 assembler pack: add support for Win64 SEH. 2008-12-19 11:17:29 +00:00
rc5
ripemd
rsa Revert the size_t modifications from HEAD that had led to more 2008-11-12 03:58:08 +00:00
seed Engage crypto/modes. 2008-12-23 11:33:01 +00:00
sha x86_64 assembler pack: add support for Win64 SEH. 2008-12-19 11:17:29 +00:00
stack
store Remove extraneous semicolons 2008-12-16 10:56:05 +00:00
threads
ts Make no-engine work again. 2008-12-20 17:04:40 +00:00
txt_db
ui This _WIN32-specific patch makes it possible to "wrap" OpenSSL in another 2008-12-22 13:54:12 +00:00
whrlpool x86_64 assembler pack: add support for Win64 SEH. 2008-12-19 11:17:29 +00:00
x509 This _WIN32-specific patch makes it possible to "wrap" OpenSSL in another 2008-12-22 13:54:12 +00:00
x509v3 Constify where needed 2008-12-16 13:41:49 +00:00
.cvsignore
alphacpuid.s
cpt_err.c
cryptlib.c
cryptlib.h
crypto-lib.com More synchronisation with Unix 2008-12-26 23:52:06 +00:00
crypto.h Revert the size_t modifications from HEAD that had led to more 2008-11-12 03:58:08 +00:00
cversion.c
ebcdic.c
ebcdic.h
ex_data.c
ia64cpuid.S
install.com Synchronise VMS build system with the Unixly one 2008-12-16 10:54:28 +00:00
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c
LPdir_win32.c
LPdir_win.c
LPdir_wince.c
Makefile Update make rules for x86_64 assembler pack. 2008-11-12 08:19:04 +00:00
md32_common.h
mem_clr.c
mem_dbg.c Revert the size_t modifications from HEAD that had led to more 2008-11-12 03:58:08 +00:00
mem.c Revert the size_t modifications from HEAD that had led to more 2008-11-12 03:58:08 +00:00
o_dir_test.c
o_dir.c
o_dir.h
o_str.c
o_str.h
o_time.c
o_time.h
opensslconf.h.in
opensslv.h
ossl_typ.h Update from stable branch. 2008-11-11 12:23:18 +00:00
ppccpuid.pl
sparccpuid.S
sparcv9cap.c
symhacks.h A few more symbols that are a little bit long for VMS 2008-12-16 10:54:53 +00:00
uid.c
x86_64cpuid.pl x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules. 2008-11-12 08:15:52 +00:00
x86cpuid.pl