Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 624f5579 | 2024-03-27 21:37:55 | 3.8.4 Changelog | ||
| 3cdd43bb | 2024-03-25 21:42:48 | explicitly undef __CET__ on masm cpp Some systems (e.g. OpenBSD) unconditionally set __CET__ in the C preprocessor. | ||
| 1ead2d23 | 2024-03-25 21:21:20 | temporarily undefine endbr* for stable branch macos/windows builds Testing getting the next stable release out without endbr*/cet enabled in asm code for now while #1032 is considered for upstream. | ||
| a93085af | 2024-03-25 22:14:22 | Add libssl and libcrypto to libtls's Libs.private Since d193f43 ("slim down `libtls`"), statically linking libtls requires also linking libssl and libcrypto, so express that in the pkg-config file. | ||
| 16fc06b6 | 2024-03-23 02:04:00 | Revert "CI: setup kernel entropy to work with asan" This reverts commit cb2fd0abb21fc2ed4a725de0c57df25e10eee7e8 from #1019. | ||
| 8d4062bb | 2024-03-25 02:27:16 | backport regress updates for new certs from jsing Use the new certificates/chains in regress. The new certificates are more representative of the real world. The old certificates use weak algorithms and expire in the very near future. Most of our regress has already been switched over, this changes the remainder. Thanks to Bernhard M. Wiedemann for reminding us of the upcoming expiry. ok tb@ | ||
| 2e09707d | 2024-03-24 21:33:37 | bump for LibreSSL 3.8.4 | ||
| f4d349c1 | 2026-04-01 19:26:44 | Replace expiring certs with more modern versions Ref: #1018 | ||
| 836fa111 | 2024-03-17 20:00:26 | CI: setup kernel entropy to work with asan | ||
| 25bf3a55 | 2024-03-11 15:31:14 | cmake: disable default NDEBUG differently Before this patch `NDEBUG` was force-disabled, preventing a build with debug asserts disabled. After this patch `NDEBUG` works again when passed as a custom build option, e.g.: `-DCMAKE_C_FLAGS=-DNDEBUG` Previously submitted as #988, which was merged, but the commit vanished from master and ended up missing from both 3.8.3 and 3.9.0 releases. |