master
Move all data blocks from .text to .rodata and cleanup up and homogeneize code responsible from getting the proper address of those blocks.
import OpenSSL-1.0.1c
Make OPENSSL_IA32_SSE2 the default for i386 and remove the flag.
spelling fixes; from paul tagliamonte i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct
Import OpenSSL 1.0.1g
Replace uses of endbr64 with _CET_ENDBR from cet.h
Move all data tables from .text section to .rodata, and update the code to fetch them correctly when building PIC. Also drop unused data, and remove --no-execute-only from linker flags.
Clean up PPC CPU capabilities and Montgomery code.
Remove AIX toc data after every function. NFC