Commit Graph

3 Commits

Author SHA1 Message Date
hrimfaxi
e72f183c39 asm: add missing .note.GNU-stack markers
Add .note.GNU-stack section declarations to hand-written assembly
sources so ELF builds do not produce executables or libraries with
an executable stack.

These assembly implementations do not require an executable stack.
Adding the marker restores normal non-executable stack/NX hardening.

Signed-off-by: hrimfaxi <outmatch@gmail.com>
2026-06-18 10:15:13 +08:00
Zhi Guan
f6456f9e28 Update sm2_z256_arm64.S 2024-06-18 09:24:38 +08:00
Zhi Guan
3d6c8d15a8 Add command test to CMakeLists.txt 2024-06-01 11:46:13 +08:00