You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libressl.sh: disable ASM for ARM64 Windows [ci skip]
ASM has been enabled by default in LibreSSL 4.2.0:
libressl/portable@1df6b52libressl/portable#1177
This caused compiler warnings, and also broke using SSL, possibly due
to using the ASM bignum implementation where the warnings are shown.
This issue is masked by llvm-mingw 21 creating broken LibreSSL
ARM64 binaries, crashing with 0xC0000409 (STATUS_STACK_BUFFER_OVERRUN).
Ref: libressl/portable#1210
0 commit comments