kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
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
690ac07c 2024-02-27 06:59:24 adjust formatting of results
33ea4b45 2024-02-18 10:41:20 CI: redirect changelog error to stdout during CI stdout is redirected to "changelog.txt" and thus not seen
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.
74ef8629 2023-12-15 17:04:56 Add Solaris workflow badge to readme
c3fc668d 2023-12-15 16:36:25 ci: clean up release workflow
7eb79e69 2024-02-04 17:04:09 Windows: Fix assertion pop-up up when using Debug compiled libressl. When running the signertest, or the test project in https://github.com/libressl/portable/issues/266 an assertion window pops up. This was fixed in afcd4be8a72a for a release compiled library. To prevent the issue in debug mode, it looks like it is necessary to also disable the assertion window popup. With this all tests pass when compiling and running them with a Debug, Release or RelWithDebInfo CMake build on windows (for me).
d8ade653 2023-12-15 16:25:26 ci: fix apt commands in solaris workflow
3729a8d1 2023-12-15 16:20:21 ci: cleanup coverity workflow