kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
88510a3f 2023-11-07 19:30:58 Land #938, cmake: simplify if expressions, accept CPU values more consistently
34641e8f 2023-11-07 19:30:09 Land #937, remove unused C defines
abf3be5c 2023-11-07 17:00:56 always check `CMAKE_SYSTEM_PROCESSOR` with `MATCHES` This makes it accept values consistently. Before this patch mingw-w64, Apple and SunOS did not accept a CPU if it had a suffix or prefix (e.g. a triplet), while other targets did.
27486b12 2023-11-07 16:55:52 simplify `MATCHES`/`STREQUAL` syntax
557b5a19 2023-11-07 14:39:16 cmake: stop passing unused C macros - `-DCPPFLAGS`: probably a copy-paste typo from the initial CMake commit. - `-DNO_CRYPT`: `NO_CRYPT` is no longer used in the source and this macro is no longer set by autotools.
5db1aec4 2023-11-07 07:48:23 Land #936, cmake: fix arm64 to not trigger armv4 ASM
b845c086 2023-11-07 07:47:44 Land #936, fix arm64 builds to not trigger armv4 asm
690b98fe 2023-11-07 11:56:33 cmake: fix arm64 to not trigger armv4 ASM Reported here: https://github.com/libressl/portable/pull/935#issuecomment-1798345787
7a3d8277 2023-11-07 01:02:16 Improve Android CI workflow
7a227860 2023-11-05 14:35:10 Land #932, use existing crypto/ssl libs for tls tests