Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Land #931, dynamic link libtls with libssl/libcrypto in cmake builds | Brent Cook | 2023-11-05 | 4 | -13/+12 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | slim down `libtls` | Viktor Szakats | 2023-11-04 | 1 | -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 #927 | Theo Buehler | 2023-11-03 | 1 | -3/+0 | |
| |\ | ||||||
| | * | delete unused `savsig` variable | Viktor Szakats | 2023-11-03 | 1 | -3/+0 | |
| |/ | | | | | | | | | | | Follow-up to dd1d96f643b01a5edbe7e0db8399f3c88f5f0c8b Fixes #925 | |||||
| * | Update rust-openssl patch | Theo Buehler | 2023-11-03 | 1 | -6/+5 | |
| | | ||||||
| * | ChangeLog: missing period | Theo Buehler | 2023-11-03 | 1 | -1/+1 | |
| | | ||||||
| * | Update ChangeLog | Theo Buehler | 2023-11-02 | 1 | -0/+4 | |
| | | ||||||
| * | changelog revisions | Brent Cook | 2023-11-02 | 1 | -6/+8 | |
| | | ||||||
| * | update 3.8.2 changelog | Brent Cook | 2023-11-01 | 1 | -3/+8 | |
| | | ||||||
| * | Land #924, allow disabling WINCRYPT warnings | Brent Cook | 2023-11-01 | 1 | -17/+15 | |
| |\ | ||||||
| * \ | Land #923, enable system arc4random on FreeBSD 12+ | Brent Cook | 2023-11-01 | 1 | -3/+9 | |
| |\ \ | ||||||
* | | | | changelog revisionsv3.8.2 | Brent Cook | 2023-11-02 | 1 | -6/+8 | |
| | | | | ||||||
* | | | | Revert "Link x509_algor test to build" | Brent Cook | 2023-11-01 | 2 | -10/+0 | |
| | | | | | | | | | | | | | | | | This reverts commit 04fa997f5429a16f8ad17be99550f7d1f006aff5. | |||||
* | | | | update 3.8.2 changelog | Brent Cook | 2023-11-01 | 1 | -3/+8 | |
| | | | | ||||||
* | | | | Land #924, Allow disabling warning about WINCRYPT overrides | Brent Cook | 2023-11-01 | 1 | -17/+15 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Allow disabling warning about WINCRYPT overrides | Theo Buehler | 2023-11-01 | 1 | -17/+15 | |
| | | | | | | | | | | | | | | | | Fixes #919 | |||||
* | | | | Land #923, enable system arc4random on FreeBSD 12+ | Brent Cook | 2023-11-01 | 1 | -3/+9 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | enable system arc4random on FreeBSD 12+ | Brent Cook | 2023-11-01 | 1 | -3/+9 | |
| |/ / | ||||||
* | | | Land #922, build fixes for various platforms | Brent Cook | 2023-11-01 | 11 | -50/+1755 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | restrict patches to windows / macos platforms | Brent Cook | 2023-10-31 | 1 | -5/+22 | |
| | | | ||||||
| * | | reenable assembly for MSVC | Brent Cook | 2023-10-30 | 1 | -3/+0 | |
| | | | ||||||
| * | | fix cross-compilation on Windows 11 Arm64 | Brent Cook | 2023-10-30 | 1 | -42/+0 | |
| | | | | | | | | | | | | | | | signal.h is less populated in this environment, remove stub signal handlers | |||||
| * | | portable asm generator patches for portable | Brent Cook | 2023-10-30 | 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. | |||||
| * | | adjust how sizeof time_t is set, the current way causes issues with MSVC ↵ | Brent Cook | 2023-10-29 | 2 | -1/+8 | |
| |/ | | | | | | | 2022's preprocessor | |||||
| * | Land #913, CMake build fixes | Brent Cook | 2023-10-29 | 2 | -8/+11 | |
| |\ | ||||||
| * | | MSVC: Enable building ocspcheck. | Pierre Wendling | 2023-10-29 | 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) | |||||
| * | | Land #909, Fix processor detection with Cmake | Brent Cook | 2023-10-29 | 2 | -20/+20 | |
| |\ \ | ||||||
| * | | | Update ChangeLog | Theo Buehler | 2023-10-19 | 1 | -0/+9 | |
| | | | | ||||||
* | | | | Land #913, CMake build fixes | Brent Cook | 2023-11-01 | 2 | -8/+11 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Properly check components | Marc Aldorasi | 2023-09-12 | 1 | -6/+9 | |
| | | | | ||||||
| * | | | Consistently use CMAKE_CURRENT_BINARY_DIR | Marc Aldorasi | 2023-09-12 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | MSVC: Enable building ocspcheck. | Pierre Wendling | 2023-11-01 | 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) | |||||
* | | | | Land #909, Fix processor detection with Cmake | Brent Cook | 2023-11-01 | 2 | -20/+20 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | disable MSVC x64 asm | Brent Cook | 2023-10-29 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | remove conflicting align directives for MASM | Brent Cook | 2023-10-29 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | remove unneeded switch for MSVC, cleanup comment alignment | Brent Cook | 2023-10-29 | 1 | -10/+6 | |
| | | | | ||||||
| * | | | Fix processor detection in CMakeLists.txt | Jiajie Chen | 2023-09-04 | 1 | -10/+10 | |
| | | | | ||||||
* | | | | create OpenBSD 7.4 branch | Brent Cook | 2023-10-18 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Link x509_algor test to build | Theo Buehler | 2023-10-11 | 2 | -0/+10 | |
| | | | ||||||
* | | | Update ChangeLog | Theo Buehler | 2023-10-03 | 1 | -2/+1 | |
| | | | ||||||
* | | | Update ChangeLog | Theo Buehler | 2023-10-02 | 1 | -0/+1 | |
| | | | ||||||
* | | | package getopt compat files | Brent Cook | 2023-10-01 | 2 | -0/+2 | |
| | | | ||||||
* | | | Update ChangeLog | Theo Buehler | 2023-10-01 | 1 | -0/+3 | |
| | | | ||||||
* | | | Update man links | Theo Buehler | 2023-09-29 | 1 | -0/+3 | |
| | | | ||||||
* | | | ChangeLog | Theo Buehler | 2023-09-29 | 1 | -0/+1 | |
| | | | ||||||
* | | | Update man links | Theo Buehler | 2023-09-28 | 1 | -1/+39 | |
| | | | ||||||
* | | | Update changelog | Theo Buehler | 2023-09-28 | 1 | -0/+5 | |
| | | | ||||||
* | | | Update ChangeLog | Theo Buehler | 2023-09-24 | 1 | -0/+8 | |
| | | | ||||||
* | | | Update man links | Theo Buehler | 2023-09-18 | 1 | -4/+0 | |
| |/ |/| | ||||||
* | | update man links | Theo Buehler | 2023-09-10 | 1 | -2/+10 | |
| | |