Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| fbb21ed9 | 2023-08-30 04:34:15 | End all ChangeLog entries with a period | ||
| 8c6d8ec3 | 2023-08-29 19:45:58 | Update man links | ||
| f4059e47 | 2023-08-28 00:40:11 | enable asserts regardless of build type | ||
| e5f1938c | 2023-08-27 05:29:27 | Fix build flags for tests The default C flags for all build types other than 'Debug' sets -DNDEBUG which disables assert(), and breaks tests. This switches tests to use 'Debug' instead, reenabling asserts. | ||
| 0784b3ad | 2023-08-28 00:41:59 | remove unneeded release change for tests | ||
| 4c1f595d | 2023-08-27 10:12:55 | Update man links | ||
| 27478182 | 2023-08-26 03:07:16 | Update man links | ||
| d95ec322 | 2023-08-25 02:49:38 | Update man links | ||
| 86a6826f | 2023-08-15 11:08:06 | Move `LibreSSL/` to `LIBRESSL_INSTALL_CMAKEDIR`. This allows users to install the CMake configs without forcing a `LibreSSL` directory after `LIBRESSL_INSTALL_CMAKEDIR`. | ||
| 31391735 | 2023-08-06 15:08:28 | CI: Test consuming the exported CMake configs. |