Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all data tables from .text section to .rodata, and update the code to | miod | 2023-01-13 | 1 | -13/+9 |
| | | | | | | | fetch them correctly when building PIC. Also drop unused data, and remove --no-execute-only from linker flags. ok jsing@ kettenis@ | ||||
* | typos | miod | 2015-08-18 | 1 | -1/+1 |
| | |||||
* | The assembly sha512 code detects at runtime if it is running on a 64-bit | miod | 2014-05-02 | 1 | -0/+6 |
| | | | | | | | | | | | | processor (PA2.0) and, if so, switches to 64-bit code. However, when running under a 32-bit OpenBSD/hppa kernel, there is no guarantee that the upper part of the registers will be preserved accross context switches (or even userland->kernel boundaries), which causes this code to fail. Wrap the generated code within #ifndef __OpenBSD__ in that case, to avoid using the 64-bit code completely. (OpenBSD/hppa64, once stable, will not be affected by this) | ||||
* | Do not output SOM-specific directives. | miod | 2014-05-01 | 1 | -0/+6 |
| | |||||
* | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 1 | -0/+2 |
| | |||||
* | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -0/+791 |