openssl/crypto
Andy Polyakov 7d91d9ea6b Add some C64x assembly modules [by minor adjustments of C64x+ modules].
AES, SHA256 and SHA512 modules can actually replace corresponding
C64x+ modules. This is because C64x+ instructions don't actually
provide "killer-argument" advantage in these modules. As for SHA1,
even though its performance exactly same, C64x+ module is more
responsive to interrupts, i.e. doesn't inhibit them for as long
periods as C64x module.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Stephen Henson <steve@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4265)

(cherry picked from commit 5526e5791f)
2017-08-30 21:26:43 +01:00
..
aes Add some C64x assembly modules [by minor adjustments of C64x+ modules]. 2017-08-30 21:26:43 +01:00
asn1 update pkey method initialisation and copy 2011-10-11 18:15:31 +00:00
bf Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
bio PR: 2340 2011-09-01 15:01:35 +00:00
bn FIPS MIPS assembly pack refresh. 2016-11-14 21:32:05 +01:00
buffer make update 2011-09-05 09:46:15 +00:00
camellia Update dependencies. 2011-02-21 17:51:59 +00:00
cast Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
cmac Add support for Windows CE and C64+ to FIPS module. 2012-10-04 13:27:11 +00:00
cms Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
comp Assorted bugfixes: 2011-02-03 12:03:51 +00:00
conf PR: 2576 2011-09-02 11:20:15 +00:00
des Add support for Windows CE and C64+ to FIPS module. 2012-10-04 13:27:11 +00:00
dh print out subgroup order if present 2011-10-11 17:44:26 +00:00
dsa return error if counter exceeds limit and seed value supplied 2011-11-25 16:03:27 +00:00
dso make update 2011-09-05 09:46:15 +00:00
ec In EC_KEY_set_public_key_affine_coordinates include explicit check to see passed components do not exceed field order 2011-11-16 13:28:11 +00:00
ecdh Add flag to support cofactor ECDH 2011-11-19 17:03:44 +00:00
ecdsa Add single call public key sign and verify functions. 2011-11-05 01:32:52 +00:00
engine Remove eng_aesni.c as AES-NI support is integrated directly at EVP. 2011-10-13 19:46:44 +00:00
err make update 2011-09-05 09:46:15 +00:00
evp PowerPC assembly pack: add POWER8 support. 2016-06-21 23:44:54 +02:00
hmac make update 2011-09-05 09:46:15 +00:00
idea Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
jpake Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00: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 Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
md4 Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
md5 md5-x86_86.pl: remove redundant instructions. 2011-06-28 12:33:58 +00:00
mdc2 Update dependencies. 2011-02-21 17:51:59 +00:00
modes PowerPC assembly pack: add POWER8 support. 2016-06-21 23:44:54 +02:00
objects ? crypto/aes/aes-armv4.S 2011-10-06 20:44:02 +00:00
ocsp Fix the ECDSA timing attack mentioned in the paper at: 2011-05-25 14:52:21 +00:00
pem Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
perlasm PowerPC assembly pack: add POWER8 support. 2016-06-21 23:44:54 +02:00
pkcs7 more vxworks patches 2011-10-14 22:04:14 +00:00
pkcs12 Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
pqueue Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
rand more vxworks patches 2011-10-14 22:04:14 +00:00
rc2 Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
rc4 Add RC4-MD5 and AESNI-SHA1 "stitched" implementations. 2011-08-23 20:51:38 +00:00
rc5 Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
ripemd Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
rsa BN_BLINDING multi-threading fix. 2011-10-19 14:59:27 +00:00
seed Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
sha Add some C64x assembly modules [by minor adjustments of C64x+ modules]. 2017-08-30 21:26:43 +01:00
srp Various mingw64 fixes. 2011-05-29 13:51:14 +00:00
stack make update (1.1.0-dev) 2011-03-23 00:11:32 +00:00
store Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
threads Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda). 2009-05-15 16:36:56 +00:00
ts Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
txt_db Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00
ui more vxworks patches 2011-10-14 22:04:14 +00:00
whrlpool crypto/whrlpool/wp_block.c: harmonize OPENSSL_ia32cap_P. 2011-06-28 12:42:10 +00:00
x509 ? crypto/aes/aes-armv4.S 2011-10-06 20:44:02 +00:00
x509v3 PR: 2482 2011-10-09 00:56:52 +00:00
.cvsignore Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS 2011-03-19 10:58:14 +00:00
LPdir_win.c
LPdir_win32.c
LPdir_wince.c
Makefile Add ARMv8 assembly pack. 2015-05-13 16:43:25 +02:00
alphacpuid.pl alphacpuid.pl: fix alignment bug. 2011-08-12 12:28:52 +00:00
arm64cpuid.pl Add ARMv8 assembly pack. 2015-05-13 16:43:25 +02:00
arm_arch.h Engage ARMv8 assembly pack. 2015-05-13 16:45:07 +02:00
armcap.c Engage ARMv8 assembly pack. 2015-05-13 16:45:07 +02:00
armv4cpuid.S armv4cpuid.S, armv4-gf2m.pl: make newest code compilable by older assembler [from HEAD]. 2011-11-05 13:57:02 +00:00
armv4cpuid_ios.S Add iOS-specific armv4cpud.S module. 2015-05-13 16:47:10 +02:00
c64xcpuid.pl Add some C64x assembly modules [by minor adjustments of C64x+ modules]. 2017-08-30 21:26:43 +01:00
c64xpluscpuid.pl Add support for Windows CE and C64+ to FIPS module. 2012-10-04 13:27:11 +00:00
cpt_err.c Implement FIPS_mode and FIPS_mode_set 2011-05-19 18:09:02 +00:00
cryptlib.c Add support for Windows CE and C64+ to FIPS module. 2012-10-04 13:27:11 +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 Corrections to the VMS build system. 2011-03-25 16:20:35 +00:00
crypto.h Allow for dynamic base in Win64 FIPS module. 2011-09-14 20:48:49 +00:00
cversion.c
ebcdic.c
ebcdic.h
ex_data.c Avoid warnings with -pedantic, specifically: 2008-07-04 23:12:52 +00:00
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
md32_common.h md32_common.h: modify MD32_REG_T pre-processing logic [triggered by clang]. 2010-08-02 09:32:26 +00:00
mem.c No need to disable leak checking for FIPS builds now we use internal 2011-04-12 13:01:40 +00:00
mem_clr.c Fix warning. 2007-06-23 18:47:51 +00:00
mem_dbg.c Updates from 1.0.0-stable branch. 2009-04-20 11:33:12 +00:00
o_dir.c
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 Extensive reorganisation of PRNG handling in FIPS module: all calls 2011-04-05 15:24:10 +00:00
o_str.c PR: 1945 2009-06-01 12:13:44 +00:00
o_str.h
o_time.c After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS 2011-03-19 10:58:14 +00:00
o_time.h new function to diff tm structures 2010-04-15 13:25:26 +00:00
opensslconf.h.in
opensslv.h HEAD is now 1.1.0 2009-03-31 10:38:37 +00:00
ossl_typ.h Support routines for ASN1 scanning function, doesn't do much yet. 2010-12-13 18:15:28 +00:00
pariscid.pl Multiple assembler packs: add experimental memory bus instrumentation. 2011-04-17 12:46:00 +00:00
ppccap.c PowerPC assembly pack: add POWER8 support. 2016-06-21 23:44:54 +02:00
ppccpuid.pl PowerPC assembly pack: add POWER8 support. 2016-06-21 23:44:54 +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
sparccpuid.S SPARC assembler pack: fix FIPS linking errors. 2011-08-12 21:38:19 +00:00
sparcv9cap.c spacrv9cap.c: addenum to recent EC optimizations. 2011-05-23 08:14:32 +00:00
symhacks.h A few more long symbols need shortening. 2011-03-20 10:23:51 +00:00
thr_id.c Allow for dynamic base in Win64 FIPS module. 2011-09-14 20:48:49 +00:00
uid.c Add support for Windows CE and C64+ to FIPS module. 2012-10-04 13:27:11 +00:00
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_64cpuid.pl: fix typo. 2011-06-04 13:08:25 +00:00
x86cpuid.pl Fix x86cpuid so it doesn't fail for some (currently theoretical) virtual 2011-12-03 21:47:48 +00:00