summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arm_arch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add cpuid support for arm64 so that we can recognize whichpatrick2019-07-021-2/+6
| | | | | | hardware crypto features are available. "no objections" kettenis@
* Backport support for probing ARMv8 HW acceleration capabilities on armv7patrick2019-03-131-2/+6
| | | | | | in preparation for adding support for the probing code for arm64. ok bcook@
* On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunatelykettenis2018-01-071-1/+5
| | | | | | | | the assembly code in libcrypto assumes unaligned access is allowed for ARMv7. Make these paths conditional on __STRICT_ALIGNMENT not being defined and define __STRICT_ALIGNMENT in arm_arch.h for OpenBSD. ok tom@
* fix the build on arm after the recent addition of -Wundefjsg2015-06-291-2/+2
| | | | ok doug@ deraadt@
* Remove OPENSSL_FIPSCANISTER mentions.miod2014-12-071-5/+1
|
* typomiod2014-06-131-2/+2
|
* tags as requested by miod and teduderaadt2014-06-121-0/+1
|
* Remove oh-so-important-from-a-security-pov OpenSSL_rtdsc() function.miod2014-04-171-1/+0
|
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-1/+1
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* import OpenSSL-1.0.1cdjm2012-10-131-0/+51