index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
modes
/
asm
Age
Commit message (
Expand
)
Author
2023-04-25
Add endbr64 where needed by inspection. Passes regresson tests.
Theo de Raadt
2023-02-23
Use explicit .text instead of .previous to please Windows/MinGW on amd64
Theo Buehler
2023-02-09
Use .section .rodata instead of a plain .rodata
Theo Buehler
2023-02-02
Move all data blocks from .text to .rodata and cleanup up and homogeneize code
Miod Vallat
2023-02-01
Move all data blocks from .text to .rodata and cleanup up and homogeneize code
Miod Vallat
2023-01-14
Move constants out of text segment into rodata to prepare for xonly support
Theo de Raadt
2012-10-13
import OpenSSL-1.0.1c
Damien Miller
2023-01-13
Move all data tables from .text section to .rodata, and update the code to
Miod Vallat
2023-01-13
Move all data tables from .text section to .rodata, and update the code to
Miod Vallat
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2012-10-13
import OpenSSL-1.0.1c
Damien Miller
2018-01-24
Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being
Mark Kettenis
2017-01-04
Convert ARM assembly to unified syntax. Clang demands it, binutils
Patrick Wildt
2016-09-04
Less S390.
Joel Sing
2016-09-04
Less IA64.
Joel Sing
2014-09-27
Doh, rev 1.4 had left out one routine with both 32-bit and 64-bit code, where
Miod Vallat
2014-05-02
More use of 64-bit registers which needs to be disabled under OpenBSD.
Miod Vallat
2014-05-01
Do not output SOM-specific directives.
Miod Vallat
2014-05-01
Make the implicit `l' in `impicit' explicit.
Miod Vallat
2014-05-01
Fix include filename to get register name aliases under BSD
Miod Vallat
2014-04-13
Import OpenSSL 1.0.1g
Miod Vallat
2012-10-13
import OpenSSL-1.0.1c
Damien Miller