aboutsummaryrefslogtreecommitdiff
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-27explicitly undef __CET__ on masm cppBrent Cook1-1/+1
Some systems (e.g. OpenBSD) unconditionally set __CET__ in the C preprocessor.
2024-03-27temporarily undefine endbr* for stable branch macos/windows buildsBrent Cook3-1/+7
Testing getting the next stable release out without endbr*/cet enabled in asm code for now while #1032 is considered for upstream.
2024-03-26Add libssl and libcrypto to libtls's Libs.privateAlyssa Ross1-1/+1
Since d193f43 ("slim down `libtls`"), statically linking libtls requires also linking libssl and libcrypto, so express that in the pkg-config file.
2024-03-25Revert "CI: setup kernel entropy to work with asan"Theo Buehler1-9/+0
This reverts commit cb2fd0abb21fc2ed4a725de0c57df25e10eee7e8 from #1019.
2024-03-25backport regress updates for new certs from jsingBrent Cook2-0/+22
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@
2024-03-24bump for LibreSSL 3.8.4Brent Cook1-2/+2
2024-03-24Replace expiring certs with more modern versionsTheo Buehler10-13/+13
Ref: #1018
2024-03-17CI: setup kernel entropy to work with asanIlia Shipitsin1-0/+9
2024-03-13cmake: disable default NDEBUG differentlyViktor Szakats1-2/+7
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.
2024-03-08add 3.8.3 Changelogv3.8.3Brent Cook1-11/+4