aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/arm_arch.h
Commit message (Collapse)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-53/+53
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Remove inconsistency in ARM support.Andy Polyakov2015-01-041-0/+12
| | | | | | | | | 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>
* Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson2014-12-081-4/+0
| | | | | | | 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>
* Add linux-aarch64 taget.Andy Polyakov2014-06-011-2/+13
| | | | | | | armcap.c is shared between 32- and 64-bit builds and features link-time detection of getauxval. Submitted by: Ard Biesheuvel.
* crypto/armcap.c: detect ARMv8 capabilities [in 32-bit build].Andy Polyakov2014-05-041-0/+4
|
* arm_arch.h: allow to specify __ARM_ARCH__ elsewhere.Andy Polyakov2011-11-091-1/+1
|
* arm_arch.h: add missing pre-defined macro, __ARM_ARCH_5TEJ__.Andy Polyakov2011-10-191-1/+2
|
* Make sure OPENSSL_FIPSCANISTER is visible to ARM assembly language files.Dr. Stephen Henson2011-07-221-1/+1
|
* ARM assembler pack: add platform run-time detection.Andy Polyakov2011-07-171-1/+8
|
* Now the FIPS capable OpenSSL is available simplify the various FIPS testDr. Stephen Henson2011-06-221-1/+1
| | | | | | | | | | | build options. All fispcanisterbuild builds only build fipscanister.o and include symbol renaming. Move all renamed symbols to fipssyms.h Update README.FIPS
* Include fipssyms.h for ARM builds to translate symbols.Dr. Stephen Henson2011-05-041-0/+4
| | | | Translate arm symbol to fips_*.
* ARM assembler pack: add missing arm_arch.h.Andy Polyakov2011-04-011-0/+39