aboutsummaryrefslogtreecommitdiff
path: root/tls (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-29ChangeLogTheo Buehler1-0/+1
2023-09-28Update man linksTheo Buehler1-1/+39
2023-09-28Update changelogTheo Buehler1-0/+5
2023-09-24Update ChangeLogTheo Buehler1-0/+8
2023-09-18Update man linksTheo Buehler1-4/+0
2023-09-10update man linksTheo Buehler1-2/+10
2023-09-07Update man linksTheo Buehler1-42/+40
2023-09-02Rebase rust-openssl patchTheo Buehler1-5/+5
2023-08-31Prepare 3.8.2 ChangeLogTheo Buehler1-1/+9
2023-08-30End all ChangeLog entries with a periodv3.8.1Theo Buehler1-4/+4
2023-08-29Update man linksTheo Buehler1-0/+3
2023-08-29remove unneeded release change for testsBrent Cook1-3/+0
2023-08-29enable asserts regardless of build typeBrent Cook1-0/+7
2023-08-29Fix build flags for testsBrent Cook1-0/+3
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.
2023-08-27Update man linksTheo Buehler1-3/+7
2023-08-26Update man linksTheo Buehler1-2/+2
2023-08-25Update man linksTheo Buehler1-0/+6
2023-08-19Move `LibreSSL/` to `LIBRESSL_INSTALL_CMAKEDIR`.Pierre Wendling4-6/+6
This allows users to install the CMake configs without forcing a `LibreSSL` directory after `LIBRESSL_INSTALL_CMAKEDIR`.
2023-08-19CI: Test consuming the exported CMake configs.Pierre Wendling5-0/+141
2023-08-19CMake: Export and install library targets.Pierre Wendling6-11/+154
The configs can be consumed by setting LibreSSL_DIR to the build directory, or after installation using CMAKE_PREFIX_PATH/LibreSSL_DIR. For compatibility, the EXPORT_NAME of targets and the LIBRESSL_* variables are set to match the names used in FindLibreSSL.
2023-08-19CMake: Copy public headers to the build directory.Pierre Wendling1-0/+8
2023-08-18CI: fedora rawhide follow upIlya Shipitsin1-12/+6
2023-08-18compat changesBrent Cook1-0/+22