summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/armcap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Backport support for probing ARMv8 HW acceleration capabilities on armv7patrick2019-03-131-1/+20
| | | | | | in preparation for adding support for the probing code for arm64. ok bcook@
* include crypto.h from the correct path, remove unused variablebcook2018-11-111-5/+2
|
* Remove the OPENSSL_*cap getenv's. A program should not be able toderaadt2014-06-201-8/+1
| | | | | change the behaviour of the library in such a complicated fashion. ok miod
* tags as requested by miod and teduderaadt2014-06-121-0/+1
|
* Do not compile the neon probe code until __ARM_ARCH__ >= 7. Neon-specific codemiod2014-05-031-2/+12
| | | | will not get referenced if this condition is not met.
* Remove oh-so-important-from-a-security-pov OpenSSL_rtdsc() function.miod2014-04-171-14/+0
|
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-34/+36
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* Import OpenSSL 1.0.1gmiod2014-04-131-1/+1
|
* import OpenSSL-1.0.1cdjm2012-10-131-0/+80