kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
499a33a3 2024-02-25 18:12:24 include placeholder cet.h for cpp
1fd7e445 2024-02-21 16:53:31 CI: limit scheduled runs to "libressl" org only this was commited in https://github.com/libressl/portable/pull/995 somehow it was lost, maybe due to force push
4b6c78a0 2024-02-17 20:58:31 CI: add "x" permission to release helper
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.
453b5855 2023-12-19 20:18:29 pthread_once() returns an error code on failure
682da537 2023-12-14 18:28:55 Fix build on windows
7ca25961 2023-12-14 13:43:04 cmake: limit some macros to mingw Syncing this up with autotools. Also use the built-in `MINGW` variable.
84659877 2023-12-19 20:12:20 Stop undefining X509_CERT_PAIR Pointed out in #910
4dbdb1d8 2023-12-13 00:42:33 CI: fix automatic releases assets extension "zip"
e2827e05 2023-12-12 23:20:44 pthreads.h: avoid undefined behavior You can't pass a function pointer through a void pointer. So wrap the pthread callback in a struct. Fixes #966