Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being | kettenis | 2018-01-24 | 1 | -2/+2 |
| | | | | | | defined as they rely on unaligned access. ok joel@ | ||||
* | On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunately | kettenis | 2018-01-07 | 1 | -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.1c | djm | 2012-10-13 | 1 | -89/+268 |
| | |||||
* | import OpenSSL 1.0.0e | djm | 2011-11-03 | 1 | -14/+18 |
| | |||||
* | import OpenSSL-1.0.0a | djm | 2010-10-01 | 1 | -0/+399 |