Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-11-01 | Revert "Link x509_algor test to build" | Brent Cook | 2 | -10/+0 | |
This reverts commit 04fa997f5429a16f8ad17be99550f7d1f006aff5. | |||||
2023-11-01 | update 3.8.2 changelog | Brent Cook | 1 | -3/+8 | |
2023-11-01 | MSVC: Enable building ocspcheck. | Pierre Wendling | 4 | -5/+6 | |
- Add `STDIN_FILENO` to compat unistd header. - Use quotes to include compat getopt header in the compat unistd. - Export additional symbols needed by ocspcheck (optarg, optind, ftruncate) | |||||
2023-11-01 | Allow disabling warning about WINCRYPT overrides | Theo Buehler | 1 | -17/+15 | |
Fixes #919 | |||||
2023-11-01 | enable system arc4random on FreeBSD 12+ | Brent Cook | 1 | -3/+9 | |
2023-10-31 | restrict patches to windows / macos platforms | Brent Cook | 1 | -5/+22 | |
2023-10-30 | reenable assembly for MSVC | Brent Cook | 1 | -3/+0 | |
2023-10-30 | fix cross-compilation on Windows 11 Arm64 | Brent Cook | 1 | -42/+0 | |
signal.h is less populated in this environment, remove stub signal handlers | |||||
2023-10-30 | portable asm generator patches for portable | Brent Cook | 7 | -4/+1721 | |
This reverses changes from the 3.8.x upstream that are causing issues on a few different platforms, including macOS x64, Windows, and older Linux/FreeBSD. | |||||
2023-10-29 | adjust how sizeof time_t is set, the current way causes issues with MSVC ↵ | Brent Cook | 2 | -1/+8 | |
2022's preprocessor | |||||
2023-10-29 | MSVC: Enable building ocspcheck. | Pierre Wendling | 4 | -5/+6 | |
- Add `STDIN_FILENO` to compat unistd header. - Use quotes to include compat getopt header in the compat unistd. - Export additional symbols needed by ocspcheck (optarg, optind, ftruncate) | |||||
2023-10-29 | disable MSVC x64 asm | Brent Cook | 1 | -0/+3 | |
2023-10-29 | remove conflicting align directives for MASM | Brent Cook | 1 | -0/+1 | |
2023-10-29 | remove unneeded switch for MSVC, cleanup comment alignment | Brent Cook | 1 | -10/+6 | |
2023-10-19 | Update ChangeLog | Theo Buehler | 1 | -0/+9 | |
2023-10-18 | create OpenBSD 7.4 branch | Brent Cook | 1 | -1/+1 | |
2023-10-11 | Link x509_algor test to build | Theo Buehler | 2 | -0/+10 | |
2023-10-03 | Update ChangeLog | Theo Buehler | 1 | -2/+1 | |
2023-10-02 | Update ChangeLog | Theo Buehler | 1 | -0/+1 | |
2023-10-01 | package getopt compat files | Brent Cook | 2 | -0/+2 | |
2023-10-01 | Update ChangeLog | Theo Buehler | 1 | -0/+3 | |
2023-09-29 | Update man links | Theo Buehler | 1 | -0/+3 | |
2023-09-29 | ChangeLog | Theo Buehler | 1 | -0/+1 | |
2023-09-28 | Update man links | Theo Buehler | 1 | -1/+39 | |
2023-09-28 | Update changelog | Theo Buehler | 1 | -0/+5 | |
2023-09-24 | Update ChangeLog | Theo Buehler | 1 | -0/+8 | |
2023-09-18 | Update man links | Theo Buehler | 1 | -4/+0 | |
2023-09-12 | Properly check components | Marc Aldorasi | 1 | -6/+9 | |
2023-09-12 | Consistently use CMAKE_CURRENT_BINARY_DIR | Marc Aldorasi | 1 | -2/+2 | |
2023-09-10 | update man links | Theo Buehler | 1 | -2/+10 | |
2023-09-07 | Update man links | Theo Buehler | 1 | -42/+40 | |
2023-09-04 | Fix processor detection in CMakeLists.txt | Jiajie Chen | 1 | -10/+10 | |
2023-09-02 | Rebase rust-openssl patch | Theo Buehler | 1 | -5/+5 | |
2023-08-31 | Prepare 3.8.2 ChangeLog | Theo Buehler | 1 | -1/+9 | |
2023-08-30 | End all ChangeLog entries with a periodv3.8.1 | Theo Buehler | 1 | -4/+4 | |
2023-08-29 | Update man links | Theo Buehler | 1 | -0/+3 | |
2023-08-29 | remove unneeded release change for tests | Brent Cook | 1 | -3/+0 | |
2023-08-29 | enable asserts regardless of build type | Brent Cook | 1 | -0/+7 | |
2023-08-29 | Fix build flags for tests | Brent Cook | 1 | -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-27 | Update man links | Theo Buehler | 1 | -3/+7 | |
2023-08-26 | Update man links | Theo Buehler | 1 | -2/+2 | |
2023-08-25 | Update man links | Theo Buehler | 1 | -0/+6 | |
2023-08-19 | Move `LibreSSL/` to `LIBRESSL_INSTALL_CMAKEDIR`. | Pierre Wendling | 4 | -6/+6 | |
This allows users to install the CMake configs without forcing a `LibreSSL` directory after `LIBRESSL_INSTALL_CMAKEDIR`. | |||||
2023-08-19 | CI: Test consuming the exported CMake configs. | Pierre Wendling | 5 | -0/+141 | |
2023-08-19 | CMake: Export and install library targets. | Pierre Wendling | 6 | -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-19 | CMake: Copy public headers to the build directory. | Pierre Wendling | 1 | -0/+8 | |
2023-08-18 | CI: fedora rawhide follow up | Ilya Shipitsin | 1 | -12/+6 | |
2023-08-18 | compat changes | Brent Cook | 1 | -0/+22 | |