aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Land #932, use existing crypto/ssl libs for tls testsBrent Cook2023-11-052-4/+3
|\
| * slim `tls-static` library (used in tests)Viktor Szakats2023-11-042-4/+3
| | | | | | | | | | | | | | | | | | Instead of including a full copy of libcrypto and libssl in libtls-static, link existing libcrytpo-static and libssl-static to the test targets. This wasn't causing any issue, just unnecessarily duplicating a lot of objects.
* | Land #930, consistently use default CA cert location for WindowsBrent Cook2023-11-055-30/+16
|\ \
| * | also fix ocspcheck and nc, dedupe build logicViktor Szakats2023-11-055-34/+16
| | |
| * | cmake: fix default `TLS_DEFAULT_CA_FILE` value in libtls for WindowsViktor Szakats2023-11-041-1/+5
| |/ | | | | | | | | | | | | Matching the logic used for `libcrypto` (and in autotools builds for both `libcrypto` and `libtls`), set the default `TLS_DEFAULT_CA_FILE` value to `C:/Windows/libressl/ssl/...`, replacing the current, potentialy world-writable filename.
* | Land #931, dynamic link libtls with libssl/libcrypto in cmake buildsBrent Cook2023-11-054-13/+12
|\ \
| * | slim down `libtls`Viktor Szakats2023-11-041-3/+2
| |/ | | | | | | | | | | | | By dropping copies of `libcrypto` and `libssl` lib objects from it. This brings back its size to the normal ~100KB from ~4MB. autotools already worked like this.
| * Land #927Theo Buehler2023-11-031-3/+0
| |\
| | * delete unused `savsig` variableViktor Szakats2023-11-031-3/+0
| |/ | | | | | | | | | | Follow-up to dd1d96f643b01a5edbe7e0db8399f3c88f5f0c8b Fixes #925
| * Update rust-openssl patchTheo Buehler2023-11-031-6/+5
| |
| * ChangeLog: missing periodTheo Buehler2023-11-031-1/+1
| |
| * Update ChangeLogTheo Buehler2023-11-021-0/+4
| |
| * changelog revisionsBrent Cook2023-11-021-6/+8
| |
| * update 3.8.2 changelogBrent Cook2023-11-011-3/+8
| |
| * Land #924, allow disabling WINCRYPT warningsBrent Cook2023-11-011-17/+15
| |\
| * \ Land #923, enable system arc4random on FreeBSD 12+Brent Cook2023-11-011-3/+9
| |\ \
* | | | changelog revisionsv3.8.2Brent Cook2023-11-021-6/+8
| | | |
* | | | Revert "Link x509_algor test to build"Brent Cook2023-11-012-10/+0
| | | | | | | | | | | | | | | | This reverts commit 04fa997f5429a16f8ad17be99550f7d1f006aff5.
* | | | update 3.8.2 changelogBrent Cook2023-11-011-3/+8
| | | |
* | | | Land #924, Allow disabling warning about WINCRYPT overridesBrent Cook2023-11-011-17/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | Allow disabling warning about WINCRYPT overridesTheo Buehler2023-11-011-17/+15
| | | | | | | | | | | | | | | | Fixes #919
* | | | Land #923, enable system arc4random on FreeBSD 12+Brent Cook2023-11-011-3/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | enable system arc4random on FreeBSD 12+Brent Cook2023-11-011-3/+9
| |/ /
* | | Land #922, build fixes for various platformsBrent Cook2023-11-0111-50/+1755
|\ \ \ | | |/ | |/|
| * | restrict patches to windows / macos platformsBrent Cook2023-10-311-5/+22
| | |
| * | reenable assembly for MSVCBrent Cook2023-10-301-3/+0
| | |
| * | fix cross-compilation on Windows 11 Arm64Brent Cook2023-10-301-42/+0
| | | | | | | | | | | | | | | signal.h is less populated in this environment, remove stub signal handlers
| * | portable asm generator patches for portableBrent Cook2023-10-307-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.
| * | adjust how sizeof time_t is set, the current way causes issues with MSVC ↵Brent Cook2023-10-292-1/+8
| |/ | | | | | | 2022's preprocessor
| * Land #913, CMake build fixesBrent Cook2023-10-292-8/+11
| |\
| * | MSVC: Enable building ocspcheck.Pierre Wendling2023-10-294-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)
| * | Land #909, Fix processor detection with CmakeBrent Cook2023-10-292-20/+20
| |\ \
| * | | Update ChangeLogTheo Buehler2023-10-191-0/+9
| | | |
* | | | Land #913, CMake build fixesBrent Cook2023-11-012-8/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | Properly check componentsMarc Aldorasi2023-09-121-6/+9
| | | |
| * | | Consistently use CMAKE_CURRENT_BINARY_DIRMarc Aldorasi2023-09-121-2/+2
| | | |
* | | | MSVC: Enable building ocspcheck.Pierre Wendling2023-11-014-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)
* | | | Land #909, Fix processor detection with CmakeBrent Cook2023-11-012-20/+20
|\ \ \ \ | | |_|/ | |/| |
| * | | disable MSVC x64 asmBrent Cook2023-10-291-0/+3
| | | |
| * | | remove conflicting align directives for MASMBrent Cook2023-10-291-0/+1
| | | |
| * | | remove unneeded switch for MSVC, cleanup comment alignmentBrent Cook2023-10-291-10/+6
| | | |
| * | | Fix processor detection in CMakeLists.txtJiajie Chen2023-09-041-10/+10
| | | |
* | | | create OpenBSD 7.4 branchBrent Cook2023-10-181-1/+1
| |_|/ |/| |
* | | Link x509_algor test to buildTheo Buehler2023-10-112-0/+10
| | |
* | | Update ChangeLogTheo Buehler2023-10-031-2/+1
| | |
* | | Update ChangeLogTheo Buehler2023-10-021-0/+1
| | |
* | | package getopt compat filesBrent Cook2023-10-012-0/+2
| | |
* | | Update ChangeLogTheo Buehler2023-10-011-0/+3
| | |
* | | Update man linksTheo Buehler2023-09-291-0/+3
| | |
* | | ChangeLogTheo Buehler2023-09-291-0/+1
| | |