kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
12da3154 2024-01-08 21:57:01 align read only sections on masm/windows to 64 bytes Avoid conflicts where alignment is specified later in the underlying assembly.
e7a9f266 2024-01-07 18:29:10 integrate new upstream endbr64 test code, remove os-specific reverts
d06a1136 2024-02-04 19:26:00 Windows: Don't set -Wall when compiling with Visual Studio. As it enables a lot of spammed warnings that are not part of W4. This reduces the warnings a lot when compiling LibreSSL in CLion for me.
def998b1 2023-12-20 16:09:18 Fix timingsafe memcmp detection
16fb59d6 2023-12-19 17:34:10 ci: tidy windows workflow job name
5809029c 2023-12-11 21:53:59 windows: minor compat header fixes - posix_win.c: use `snprintf` as-is with _MSC_VER >= 1900 - stdio.h: include socket header before windows.h - pthread.h: delete exec permission from source file
4f0ae7a9 2023-12-11 17:40:31 Add configure check for strcasecmp
1c72631e 2023-12-19 17:32:44 ci: fix windows workflow syntax
b85c9dac 2023-12-11 16:21:30 cmake: auto-detect `strtonum` Notice that just like in autotools, this detection also doesn't take into account the targeted OS version. Meaning it detects `strtonum` even if targeting e.g. macOS older than release v11 Big Sur (which introduced this funcitions), if the SDK declares it. Wrong detection will either cause a binary broken on older macOS and/or trigger compiler warnings. Ref: https://github.com/libressl/portable/issues/928#issuecomment-1850178282 Ref: https://github.com/libressl/portable/issues/928#issuecomment-1850276298 Prerequisite: https://github.com/libressl/portable/issues/928#issuecomment-1850356408
c4034613 2023-12-11 16:29:44 delete broken link