kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
96e5e35d 2023-11-10 03:20:04 experiment forcing CI failure
d0d17f89 2023-11-09 20:59:03 remove additional endbr64 patch, add tests for macos-11
3ee9b726 2023-11-09 20:16:31 ci: tidy up rust-openssl libressl build step
d1ddc0fc 2023-11-09 13:16:51 ci: improve rust-openssl workflow
0ff62e0a 2023-11-09 02:28:33 readme: fix CI workflow badge images Update the workflow badge images to use the new workflow names introduced in: #942, #941, #934
0f8cd84c 2023-11-08 08:33:07 Land #941, improve Linux github workflows
ba296ec6 2023-11-08 18:07:34 ci: shrink and improve Linux workflows Add a new `linux` workflow that replaces cross_test, linux_ci, linux_ci_asan, and linux_ci_asan_noasm.
e3fe3795 2023-11-08 06:54:02 Land #942, clean up macOS workflow
59c22267 2023-11-08 18:55:38 ci: clean up macOS workflow
43cb91c9 2023-11-08 02:09:32 amd64/bn_arch.h: avoid redefinition of `OPENSSL_NO_ASM` Fixes this warning when `OPENSSL_NO_ASM` is already set by the build system (seen with CMake): ``` In file included from ./libressl/crypto/bn/bn_mul.c:65: ./libressl/crypto/bn/arch/amd64/bn_arch.h:24:9: warning: 'OPENSSL_NO_ASM' macro redefined [-Wmacro-redefined] ^ <command line>:10:9: note: previous definition is here ^ ``` Reported in #910