summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/asm/x86_64-mont.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace uses of endbr64 with _CET_ENDBR from cet.htb2024-02-241-3/+3
| | | | | | | | | 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/+3
| | | | ok jsing, and kind of tb an earlier version
* Move constants out of text segment into rodata to prepare for xonly supportderaadt2023-01-141-4/+0
| | | | | on amd64. no pic handling is neccessary since amd64 has full reach. ok kettenis
* Fix incorrect bounds check in amd64 assembly version of bn_mul_mont();miod2014-06-201-2/+2
| | | | | noticed and fix by Fedor Indutny of Joyent ( https://github.com/joyent/node/issues/7704 )
* First pass at removing win64 support from the assembly generating Perljsing2014-04-301-177/+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-68/+1418
|
* import OpenSSL-1.0.0adjm2010-10-011-10/+126
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+214