summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ppccpuid.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Detect Altivec support with the machdep.altivec sysctl rather than setmp andmiod2014-05-031-8/+2
| | | | | a SIGILL handler. Do not attempt to detect and use a 64-bit FPU yet.
* Remove oh-so-important-from-a-security-pov OpenSSL_rtdsc() function.miod2014-04-171-9/+0
|
* Ok, there was a need for OPENSSL_cleanse() instead of bzero() to preventmiod2014-04-171-32/+0
| | | | | | | | | | | supposedly smart compilers from optimizing memory cleanups away. Understood. Ok, in case of an hypothetically super smart compiler, OPENSSL_cleanse() had to be convoluted enough for the compiler not to recognize that this was actually bzero() in disguise. Understood. But then why there had been optimized assembler versions of OPENSSL_cleanse() is beyond me. Did someone not trust the C obfuscation?
* import OpenSSL-1.0.1cdjm2012-10-131-6/+42
|
* import OpenSSL-1.0.0adjm2010-10-011-0/+2
|
* import of OpenSSL 0.9.8kdjm2009-04-061-0/+94