kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
2e09707d 2024-03-24 21:33:37 bump for LibreSSL 3.8.4
f4d349c1 2026-04-01 19:26:44 Replace expiring certs with more modern versions Ref: #1018
836fa111 2024-03-17 20:00:26 CI: setup kernel entropy to work with asan
25bf3a55 2024-03-11 15:31:14 cmake: disable default NDEBUG differently Before this patch `NDEBUG` was force-disabled, preventing a build with debug asserts disabled. After this patch `NDEBUG` works again when passed as a custom build option, e.g.: `-DCMAKE_C_FLAGS=-DNDEBUG` Previously submitted as #988, which was merged, but the commit vanished from master and ended up missing from both 3.8.3 and 3.9.0 releases.
cf501238 2024-03-08 00:51:42 add 3.8.3 Changelog
cb2c9d73 2024-03-06 04:07:07 bump to LibreSSL 3.8.3
56b50e19 2024-03-06 04:01:57 update endbr64 fixes from upstream
3a8d7ef2 2024-02-27 07:02:15 format artifacts with shared conditionally
45d267bd 2024-02-08 07:41:23 fix file comparison failures testing with WSL + CMake Using FC on Windows through a WSL mount assumes all filenames are UPPERCASE. So make the filenames UPPERCASE in the first place.
1fbca281 2023-12-19 20:25:54 ci: avoid unnecessary steps in windows workflow