Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .init stub creation doesn't need a jmp + .align to reach a branch target, | deraadt | 2017-06-28 | 1 | -3/+0 |
| | | | | | | | just fall into the code. The .align created a FILL zone in the .init section, which on i386 was filled with a NOP-sled, something we want to get away from. discussed with kettenis and tom | ||||
* | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by | miod | 2016-11-04 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | 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@ | ||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -13/+18 |
| | |||||
* | When deciding whether we're PIC in a (generated) asm file, check for both PIC | pascal | 2012-08-21 | 1 | -1/+1 |
| | | | | | | and __PIC__ defines. Makes things easier for PIE. ok djm@ | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -2/+22 |
| | |||||
* | import OpenSSL-1.0.0a | djm | 2010-10-01 | 1 | -0/+247 |