aboutsummaryrefslogtreecommitdiff
path: root/tls (unfollow)
Commit message (Collapse)AuthorFilesLines
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-27explicitly undef __CET__ on masm cppBrent Cook1-1/+1
Some systems (e.g. OpenBSD) unconditionally set __CET__ in the C preprocessor.
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.