Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| e7a9f266 | 2024-01-07 18:29:10 | integrate new upstream endbr64 test code, remove os-specific reverts | ||
| 168f4bc6 | 2024-02-04 19:16:14 | Windows: Improve the check for endianness when using Visual Studio. Visual studio does not define __BYTE_ORDER__ so all architectures were detected as LITTLE_ENDIAN since both __BYTE_ORDER__ and __ORDER_LITTLE_ENDIAN__ would evaluate to 0 and compare equal. This updates the checks to use CMakes detection of endianness, with a hard error, if this also fails. | ||
| 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). | ||
| 453b5855 | 2023-12-19 20:18:29 | pthread_once() returns an error code on failure | ||
| 1c72631e | 2023-12-19 17:32:44 | ci: fix windows workflow syntax | ||
| 4f0ae7a9 | 2023-12-11 17:40:31 | Add configure check for strcasecmp | ||
| b85c9dac | 2023-12-11 16:21:30 | cmake: auto-detect `strtonum` Notice that just like in autotools, this detection also doesn't take into account the targeted OS version. Meaning it detects `strtonum` even if targeting e.g. macOS older than release v11 Big Sur (which introduced this funcitions), if the SDK declares it. Wrong detection will either cause a binary broken on older macOS and/or trigger compiler warnings. Ref: https://github.com/libressl/portable/issues/928#issuecomment-1850178282 Ref: https://github.com/libressl/portable/issues/928#issuecomment-1850276298 Prerequisite: https://github.com/libressl/portable/issues/928#issuecomment-1850356408 | ||
| 759d2af4 | 2023-12-19 17:22:13 | readme: add windows badge | ||
| c4034613 | 2023-12-11 16:29:44 | delete broken link | ||
| 819b6064 | 2023-12-11 16:21:00 | upgrade links in comments to HTTPS |