summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/asm/modexp512-x86_64.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace uses of endbr64 with _CET_ENDBR from cet.htb2024-02-241-5/+5
| | | | | | | | | cet.h is needed for other platforms to emit the relevant .gnu.properties sections that are necessary for them to enable IBT. It also avoids issues with older toolchains on macOS that explode on encountering endbr64. based on a diff by kettenis ok beck kettenis
* Add endbr64 where needed by inspection. Passes regresson tests.deraadt2023-04-251-0/+5
| | | | ok jsing, and kind of tb an earlier version
* spelling fixes; from paul tagliamontejmc2022-12-261-1/+1
| | | | | | | i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb
* First pass at removing win64 support from the assembly generating Perljsing2014-04-301-109/+0
| | | | | | | scripts. We certainly do not need an identical copy of the win64 exception handler in each script (surely one copy would be sufficient). ok miod@
* Import OpenSSL 1.0.1gmiod2014-04-131-1/+2
|
* import OpenSSL-1.0.1cdjm2012-10-131-0/+1496