#
22787c51 |
| 24-Feb-2024 |
tb <tb@openbsd.org> |
Replace uses of endbr64 with _CET_ENDBR from cet.h
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
Replace uses of endbr64 with _CET_ENDBR from cet.h
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
show more ...
|
#
1d4dcfa7 |
| 25-Apr-2023 |
deraadt <deraadt@openbsd.org> |
Add endbr64 where needed by inspection. Passes regresson tests. ok jsing, and kind of tb an earlier version
|
#
03a2914f |
| 14-Jan-2023 |
deraadt <deraadt@openbsd.org> |
Move constants out of text segment into rodata to prepare for xonly support on amd64. no pic handling is neccessary since amd64 has full reach. ok kettenis
|
#
5c71bdf7 |
| 20-Jun-2014 |
miod <miod@openbsd.org> |
Fix incorrect bounds check in amd64 assembly version of bn_mul_mont(); noticed and fix by Fedor Indutny of Joyent ( https://github.com/joyent/node/issues/7704 )
|
#
2a013aea |
| 30-Apr-2014 |
jsing <jsing@openbsd.org> |
First pass at removing win64 support from the assembly generating Perl scripts. We certainly do not need an identical copy of the win64 exception handler in each script (surely one copy would be suff
First pass at removing win64 support from the assembly generating Perl 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@
show more ...
|
#
9eac5592 |
| 13-Apr-2014 |
miod <miod@openbsd.org> |
Import OpenSSL 1.0.1g
|
#
ec07fdf1 |
| 13-Oct-2012 |
djm <djm@openbsd.org> |
import OpenSSL-1.0.1c
|
#
f1535dc8 |
| 01-Oct-2010 |
djm <djm@openbsd.org> |
import OpenSSL-1.0.0a
|
#
5650a0e1 |
| 06-Sep-2008 |
djm <djm@openbsd.org> |
import of OpenSSL 0.9.8h
|