summaryrefslogtreecommitdiffstats
path: root/crypto/arm_arch.h
AgeCommit message (Collapse)Author
2018-08-14Update copyright yearMatt Caswell
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6954)
2018-04-20Fix building linux-armv4 with --strict-warningsBernd Edlinger
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6026) (cherry picked from commit 0e0f8116e247912f5c48f8b3786e543f37fc1f87)
2016-05-17Copyright consolidation 07/10Rich Salz
Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-04Remove inconsistency in ARM support.Andy Polyakov
This facilitates "universal" builds, ones that target multiple architectures, e.g. ARMv5 through ARMv7. See commentary in Configure for details. Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Matt Caswell <matt@openssl.org>
2014-12-08Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson
OPENSSL_FIPSCANISTER is only set if the fips module is being built (as opposed to being used). Since the fips module wont be built in master this is redundant. Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-06-01Add linux-aarch64 taget.Andy Polyakov
armcap.c is shared between 32- and 64-bit builds and features link-time detection of getauxval. Submitted by: Ard Biesheuvel.
2014-05-04crypto/armcap.c: detect ARMv8 capabilities [in 32-bit build].Andy Polyakov
2011-11-09arm_arch.h: allow to specify __ARM_ARCH__ elsewhere.Andy Polyakov
2011-10-19arm_arch.h: add missing pre-defined macro, __ARM_ARCH_5TEJ__.Andy Polyakov
2011-07-22Make sure OPENSSL_FIPSCANISTER is visible to ARM assembly language files.Dr. Stephen Henson
2011-07-17ARM assembler pack: add platform run-time detection.Andy Polyakov
2011-06-22Now the FIPS capable OpenSSL is available simplify the various FIPS testDr. Stephen Henson
build options. All fispcanisterbuild builds only build fipscanister.o and include symbol renaming. Move all renamed symbols to fipssyms.h Update README.FIPS
2011-05-04Include fipssyms.h for ARM builds to translate symbols.Dr. Stephen Henson
Translate arm symbol to fips_*.
2011-04-01ARM assembler pack: add missing arm_arch.h.Andy Polyakov