summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/asm/sha512-armv4.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the NEON codepaths conditional on __STRICT_ALIGNMENT not beingkettenis2018-01-241-2/+2
| | | | | | defined as they rely on unaligned access. ok joel@
* On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunatelykettenis2018-01-071-1/+1
| | | | | | | | 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@
* import OpenSSL-1.0.1cdjm2012-10-131-89/+268
|
* import OpenSSL 1.0.0edjm2011-11-031-14/+18
|
* import OpenSSL-1.0.0adjm2010-10-011-0/+399