Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use .section .rodata instead of a plain .rodata | tb | 2023-02-09 | 1 | -1/+1 |
| | | | | | | | | At least gcc 12 on Fedora is very unhappy about a plain .rodata and throws Error: unknown pseudo-op: `.rodata'. So add a .section in front of it to make it happy. ok deraadt miod | ||||
* | Remove AIX toc data after every function. NFC | miod | 2023-02-02 | 1 | -5/+0 |
| | |||||
* | For xonly, move sha512-ppc.pl's table from text to rodata | gkoehler | 2023-02-01 | 1 | -18/+7 |
| | | | | | | | | | | | OpenBSD/macppc will enforce xonly on PowerPC G5, then libcrypto's sha256 would crash by SIGSEGV, because it can't read text. Use ELF relocations "@ha" and "@l" to find the table in rodata. This might break the PowerPC asm on a not-ELF platform (like AIX or Mac OS) if someone would try it there. ok kettenis@ deraadt@ | ||||
* | mutli -> multi | miod | 2015-11-14 | 1 | -1/+1 |
| | |||||
* | Various *syncron* -> *synchron* typos. | miod | 2015-11-14 | 1 | -1/+1 |
| | |||||
* | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -58/+56 |
| | |||||
* | import OpenSSL-1.0.0a | djm | 2010-10-01 | 1 | -0/+462 |