aboutsummaryrefslogtreecommitdiff
path: root/ssl (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-08read VERSION after it is generated by update scriptBrent Cook1-1/+2
2024-04-08use a specific version number in test scriptsBrent Cook2-5/+6
This avoids issue reported in #1041 with file glob confusing cd. Also remove extra newline from VERSION when update.sh runs.
2024-03-273.9.1 Changelogv3.9.1Brent Cook1-0/+7
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.