summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/asm/x86-mont.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-1/+1
| | | | | | | | | | | | | | | meaningful constants in a private header file, so that reviewers can actually get a chance to figure out what the code is attempting to do without knowing all cpuid bits. While there, turn it from an array of two 32-bit ints into a properly aligned 64-bit int. Use of OPENSSL_ia32_P is now restricted to the assembler parts. C code will now always use OPENSSL_cpu_caps() and check for the proper bits in the whole 64-bit word it returns. i386 tests and ok jsing@
* OpenSSL 1.0.0f: import upstream sourcedjm2012-01-051-1/+3
|
* import of OpenSSL 0.9.8kdjm2009-04-061-0/+591