openssl/crypto
Dr. Stephen Henson 55f7fb8848 Fix cross reference table generator.
If the hash or public key algorithm is "undef" the signature type
will receive special handling and shouldn't be included in the
cross reference table.
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-11-13 13:34:42 +00:00
..
aes aesni-x86_64.pl: make ECB subroutine Windows ABI compliant. 2014-10-15 11:10:08 +02:00
asn1 Add i2d_re_X509_tbs 2014-09-05 17:18:06 +02:00
bf RT3549: Remove obsolete files in crypto 2014-10-01 16:05:47 -04:00
bio RT2193: #ifdef errors in bss_dgram.c 2014-08-28 17:17:36 -04:00
bn Fix WIN32 build by disabling bn* calls. 2014-10-29 22:23:31 +00:00
buffer Check length first in BUF_strnlen(). 2014-05-22 10:13:22 +01:00
camellia x86_64 assembly pack: make Windows build more robust. 2013-01-22 22:27:28 +01:00
cast crypto/cast/asm/cast-586.pl: +5% on PIII and remove obsolete readme. 2014-10-01 23:59:14 +02:00
cmac Add functions returning security bits. 2014-03-28 14:49:04 +00:00
cms cms_SignerInfo_content_sign: free sig on failure path 2014-08-15 22:38:19 +02:00
comp Assorted bugfixes: 2011-02-03 12:03:51 +00:00
conf Remove some outdated README files, to avoid confusing people. 2014-08-30 10:29:35 -04:00
des RT3549: Remove obsolete files in crypto 2014-10-01 16:05:47 -04:00
dh RT3549: Remove obsolete files in crypto 2014-10-01 16:05:47 -04:00
dsa RT3192: spurious error in DSA verify 2014-09-09 17:10:15 -04:00
dso Fix a wrong parameter count ERR_add_error_data 2014-05-19 22:10:14 +01:00
ec Fix free of garbage pointer. PR#3595 2014-11-12 20:26:31 +00:00
ecdh make depend 2014-02-19 20:09:08 +00:00
ecdsa Reserve option to use BN_mod_exp_mont_consttime in ECDSA. 2014-09-12 00:13:20 +02:00
engine RT1815: More const'ness improvements 2014-08-18 11:49:16 -04:00
err Fix SSL_R naming inconsistency. 2014-10-15 14:48:14 +02:00
evp Include "constant_time_locl.h" rather than "../constant_time_locl.h". 2014-10-15 17:00:06 +02:00
hmac RT2626: Change default_bits from 1K to 2K 2014-09-08 17:21:04 -04:00
idea RT3549: Remove obsolete files in crypto 2014-10-01 16:05:47 -04:00
jpake RT1771: Add string.h include. 2014-09-08 10:37:28 -04:00
krb5 Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
lhash Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
md2 RT3549: Remove obsolete files in crypto 2014-10-01 16:05:47 -04:00
md4 Remove reference to deleted md4.c 2014-10-11 13:37:44 +01:00
md5 RT3549: Remove obsolete files in crypto 2014-10-01 16:05:47 -04:00
mdc2 Update dependencies. 2011-02-21 17:51:59 +00:00
modes Harmonize Tru64 and Linux make rules. 2014-09-20 10:20:38 +02:00
objects Fix cross reference table generator. 2014-11-13 13:34:42 +00:00
ocsp RT2560: missing NULL check in ocsp_req_find_signer 2014-09-10 12:18:50 -04:00
pem RT3140: Possibly-unit variable in pem_lib.c 2014-09-02 23:37:17 -04:00
perlasm perlasm/x86_64-xlate.pl: handle inter-bank movd. 2014-09-12 00:06:00 +02:00
pkcs7 Removed duplicate definition of PKCS7_type_is_encrypted 2014-10-06 23:42:13 +01:00
pkcs12 Fix memory leak. 2014-05-29 14:33:32 +01:00
pqueue RT2308: Add extern "C" { ... } wrapper 2014-08-27 21:35:32 -04:00
rand RT3544: Remove MWERKS support 2014-09-24 18:07:29 -04:00
rc2 RT3549: Remove obsolete files in crypto 2014-10-01 16:05:47 -04:00
rc4 RT3549: Remove obsolete files in crypto 2014-10-01 16:05:47 -04:00
rc5 RT3549: Remove obsolete files in crypto 2014-10-01 16:05:47 -04:00
ripemd RT3549: Remove obsolete files in crypto 2014-10-01 16:05:47 -04:00
rsa Include "constant_time_locl.h" rather than "../constant_time_locl.h". 2014-10-15 17:00:06 +02:00
seed seed.c: incredibly enough seed.c can fail to compile on Solaris with certain 2012-02-26 21:52:43 +00:00
sha RT3549: Remove obsolete files in crypto 2014-10-01 16:05:47 -04:00
srp Fix SRP buffer overrun vulnerability. 2014-08-06 20:36:41 +01:00
stack RT2308: Add extern "C" { ... } wrapper 2014-08-27 21:35:32 -04:00
store Add explanatory note to crypto/store/README 2014-08-31 15:27:17 -04:00
threads Remove some outdated README files, to avoid confusing people. 2014-08-30 10:29:35 -04:00
ts Correct timestamp output when clock_precision_digits > 0 2014-11-12 20:51:41 +00:00
txt_db Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
ui RT3544: Remove MWERKS support 2014-09-24 18:07:29 -04:00
whrlpool x86_64 assembly pack: make Windows build more robust. 2013-01-22 22:27:28 +01:00
x509 RT1909: Omit version for v1 certificates 2014-09-09 15:15:45 -04:00
x509v3 RT671: export(i2s|s2i|i2v|v2i)_ASN1_(IA5|BIT)STRING 2014-09-08 11:27:07 -04:00
.cvsignore
alphacpuid.pl alphacpuid.pl: fix alignment bug. 2011-08-12 12:28:52 +00:00
arm64cpuid.S Add linux-aarch64 taget. 2014-06-01 17:21:06 +02:00
arm_arch.h Add linux-aarch64 taget. 2014-06-01 17:21:06 +02:00
armcap.c Add linux-aarch64 taget. 2014-06-01 17:21:06 +02:00
armv4cpuid.S armv4cpuid.S: fix compilation error in pre-ARMv7 build. 2014-10-30 20:24:29 +01:00
c64xpluscpuid.pl C64x+ assembly pack: make it work with older toolchain. 2014-05-04 16:38:32 +02:00
constant_time_locl.h Fix warning about negative unsigned intergers 2014-11-11 15:46:28 +01:00
constant_time_test.c Add missing tests 2014-09-25 13:46:08 +02:00
cpt_err.c Implement FIPS_mode and FIPS_mode_set 2011-05-19 18:09:02 +00:00
cryptlib.c Avoid Windows 8 Getversion deprecated errors. 2014-02-25 13:40:33 +00:00
cryptlib.h Add a symbol for the first parameter to OPENSSL_showfatal(). 2011-06-23 09:46:27 +00:00
crypto-lib.com Move CT viewer extension code to crypto/x509v3 2014-02-20 18:48:56 +00:00
crypto.h ecp_nistz256 update. 2014-10-23 16:08:44 +02:00
cversion.c
ebcdic.c
ebcdic.h RT2308: Add extern "C" { ... } wrapper 2014-08-27 21:35:32 -04:00
ex_data.c
fips_err.h Check for selftest failure in various places. 2011-10-22 17:24:27 +00:00
fips_ers.c Rename crypto/fips_err.c to fips_ers.c to avoid clash with other fips_err.c 2011-02-03 16:16:30 +00:00
ia64cpuid.S IA-64 assembler pack: fix typos and make it work on HP-UX. 2011-05-07 20:36:05 +00:00
install-crypto.com After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS 2011-03-19 10:58:14 +00:00
lock.c Include support for an add_lock callback to tiny FIPS locking API. 2011-02-14 17:05:42 +00:00
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c Followup on RT3334 fix: make sure that a directory that's the empty 2014-09-03 21:57:44 +02:00
LPdir_win.c Followup on RT3334 fix: make sure that a directory that's the empty 2014-09-03 21:57:44 +02:00
LPdir_win32.c
LPdir_wince.c
Makefile Add constant_time_locl.h to HEADERS, 2014-10-15 17:00:06 +02:00
md32_common.h md32_common.h: address compiler warning in HOST_c2l. 2014-10-29 10:48:39 +01:00
mem.c Fix datarace reported by valgrind/helgrind 2014-11-10 18:34:11 +01:00
mem_clr.c
mem_dbg.c Updates from 1.0.0-stable branch. 2009-04-20 11:33:12 +00:00
o_dir.c Undo a90081576c 2014-08-09 08:02:20 -04:00
o_dir.h
o_dir_test.c
o_fips.c Implement FIPS_mode and FIPS_mode_set 2011-05-19 18:09:02 +00:00
o_init.c remove unnecessary attempt to automatically call OPENSSL_init 2012-07-01 22:25:04 +00:00
o_str.c Improve WINCE support. 2013-01-19 21:23:13 +01:00
o_str.h
o_time.c Move gmtime functions to crypto.h. 2014-02-19 18:02:04 +00:00
opensslconf.h.in
opensslv.h RT2308: Add extern "C" { ... } wrapper 2014-08-27 21:35:32 -04:00
ossl_typ.h RT2308: Add extern "C" { ... } wrapper 2014-08-27 21:35:32 -04:00
pariscid.pl PA-RISC assembler pack: switch to bve in 64-bit builds. 2013-06-18 10:37:00 +02:00
ppc_arch.h Engage GHASH for PowerISA 2.0.7. 2014-07-20 14:16:31 +02:00
ppccap.c Engage GHASH for PowerISA 2.0.7. 2014-07-20 14:16:31 +02:00
ppccpuid.pl aesp8-ppc.pl: fix typos. 2014-06-04 08:34:18 +02:00
s390xcap.c s390x assembler pack: extend OPENSSL_s390xcap_P to 128 bits. 2010-09-18 08:46:53 +00:00
s390xcpuid.S Multiple assembler packs: add experimental memory bus instrumentation. 2011-04-17 12:46:00 +00:00
sparc_arch.h Support for SPARC T4 MONT[MUL|SQR] instructions. 2012-11-17 10:34:11 +00:00
sparccpuid.S sparccpuid.S: work around emulator bug on T1. 2013-02-11 10:39:50 +01:00
sparcv9cap.c sparcv9cap.c: omit random detection. 2013-12-28 13:31:14 +01:00
symhacks.h Remove all RFC5878 code. 2014-07-04 13:26:35 +01:00
thr_id.c Fix warning. 2012-09-17 17:21:58 +00:00
uid.c
vms_rms.h After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS 2011-03-19 10:58:14 +00:00
x86_64cpuid.pl x86[_64]cpuid.pl: add low-level RDSEED. 2014-02-14 17:24:12 +01:00
x86cpuid.pl Undo a90081576c 2014-08-09 08:02:20 -04:00