summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes/asm/ghash-x86_64.pl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a few missing endbr64 to libcryptotb2024-02-241-0/+2
* Replace uses of endbr64 with _CET_ENDBR from cet.htb2024-02-241-4/+4
* Avoid a four byte overread in gcm_ghash_4bit() on amd64.jsing2024-01-241-1/+1
* Add endbr64 where needed by inspection. Passes regresson tests.deraadt2023-04-251-0/+4
* Use explicit .text instead of .previous to please Windows/MinGW on amd64tb2023-02-231-1/+1
* Use .section .rodata instead of a plain .rodatatb2023-02-091-1/+1
* Move constants out of text segment into rodata to prepare for xonly supportderaadt2023-01-141-2/+2
* Import OpenSSL 1.0.1gmiod2014-04-131-1/+2
* import OpenSSL-1.0.1cdjm2012-10-131-0/+805