Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add ventura and arm64 test targets, remove big sur | Brent Cook | 2023-07-04 | 2 | -30/+60 |
| | | | | | | | This reworks the macOS github actions to target Apple silicon for tests. To simplify the test matrix, removing big sur and adding ventura. Also some cleanups to the test script. We really don't need the 'x' workaround for non-POSIX shells, and it got confusing writing "xx86_64". | ||||
* | make cross compilation possible on macOS with CMake | Brent Cook | 2023-07-04 | 1 | -0/+9 |
| | | | | | | Sync CMAKE_SYSTEM_PROCESSOR to CMAKE_OSX_ARCHITECTURES. This doesn't support universal binaries, but does allow cross-compiling for a single architecture by setting -DCMAKE_OSX_ARCHITECTURES=(arm64|x86_64) | ||||
* | generate opensslconf.h in build dir for cmake | Brent Cook | 2023-07-04 | 8 | -17/+39 |
| | |||||
* | disable client / server tests for now | Brent Cook | 2023-07-04 | 2 | -17/+20 |
| | | | | | These were broken with the removal of TLS 1.0/1.1 support due to static checks in packet structure. | ||||
* | Land #843, add signertest to build | Brent Cook | 2023-07-03 | 2 | -12/+23 |
|\ | |||||
| * | flip logic around | Brent Cook | 2023-07-03 | 1 | -1/+4 |
| | | |||||
| * | link signertest to build | Theo Buehler | 2023-07-03 | 2 | -12/+20 |
| | | |||||
* | | Land #872, implement endbr64 workaround on macOS in preprocessor | Brent Cook | 2023-07-03 | 3 | -9/+2 |
|\ \ | |||||
| * | | third try's a charm | Brent Cook | 2023-07-03 | 2 | -2/+2 |
| | | | |||||
| * | | define endbr64 as nop | Brent Cook | 2023-07-03 | 2 | -2/+2 |
| | | | |||||
| * | | move endbr64 removal to preprocessor | Brent Cook | 2023-07-03 | 3 | -9/+2 |
| |/ | |||||
* | | legacy disabling | Bob Beck | 2023-07-02 | 1 | -0/+3 |
| | | |||||
* | | Update ChangeLog | Theo Buehler | 2023-07-02 | 1 | -0/+1 |
|/ | |||||
* | Update ChangeLog | Theo Buehler | 2023-06-28 | 1 | -0/+1 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2023-06-26 | 1 | -0/+1 |
| | |||||
* | ech_local.h was removed | Theo Buehler | 2023-06-25 | 1 | -1/+0 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2023-06-25 | 1 | -1/+2 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2023-06-24 | 1 | -1/+3 |
| | |||||
* | Add bn_convert test to build | Theo Buehler | 2023-06-24 | 3 | -0/+11 |
| | |||||
* | Regen patches | Theo Buehler | 2023-06-24 | 2 | -4/+4 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2023-06-21 | 1 | -0/+4 |
| | |||||
* | Link bn_primitives.c to the build | Theo Buehler | 2023-06-21 | 2 | -0/+2 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2023-06-18 | 1 | -0/+1 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2023-06-17 | 1 | -0/+4 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2023-06-15 | 1 | -0/+2 |
| | |||||
* | Tweak ChangeLog | Theo Buehler | 2023-06-12 | 1 | -1/+1 |
| | |||||
* | ChangeLog: small wording tweak | Theo Buehler | 2023-06-11 | 1 | -1/+1 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2023-06-11 | 1 | -0/+1 |
| | |||||
* | Remove cms_cd.c | Theo Buehler | 2023-06-11 | 2 | -2/+0 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2023-06-09 | 1 | -0/+2 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2023-06-06 | 1 | -1/+2 |
| | |||||
* | Link BN_mod_inverse test to build | Theo Buehler | 2023-06-03 | 3 | -0/+11 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2023-06-03 | 1 | -2/+3 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2023-06-01 | 1 | -1/+9 |
| | |||||
* | Update patch for rust-openssl version check | Theo Buehler | 2023-05-27 | 1 | -4/+4 |
| | |||||
* | Update man links | Theo Buehler | 2023-05-27 | 1 | -55/+0 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2023-05-27 | 1 | -0/+35 |
| | |||||
* | Land #808, internally link dependencies statically | Brent Cook | 2023-05-27 | 0 | -0/+0 |
|\ | |||||
| * | unexport internal compat symbols from libcrypto | Brent Cook | 2023-02-28 | 2 | -66/+4 |
| | | |||||
| * | make it simpler to test on a non-Linux system | Brent Cook | 2023-02-28 | 1 | -3/+5 |
| | | |||||
| * | link internal apps statically | Brent Cook | 2023-02-28 | 3 | -9/+23 |
| | | |||||
| * | fix dangling whitespace when building object list | Brent Cook | 2023-02-28 | 1 | -1/+1 |
| | | | | | | | | breaks latest macOS linker to have a directory in the object list | ||||
* | | Land #865, fix asm on x86_64 macOSv3.8.0 | Brent Cook | 2023-05-27 | 3 | -2/+11 |
|\ \ | |||||
| * | | fix asm on x86_64 macos | Brent Cook | 2023-05-26 | 3 | -2/+11 |
| | | | |||||
* | | | update man links | Brent Cook | 2023-05-27 | 1 | -0/+55 |
| | | | |||||
* | | | unexport internal compat symbols from libcrypto | Brent Cook | 2023-05-27 | 2 | -66/+4 |
| | | | |||||
* | | | make it simpler to test on a non-Linux system | Brent Cook | 2023-05-27 | 1 | -3/+5 |
| | | | |||||
* | | | link internal apps statically | Brent Cook | 2023-05-27 | 3 | -9/+23 |
| | | | |||||
* | | | fix dangling whitespace when building object list | Brent Cook | 2023-05-27 | 1 | -1/+1 |
| | | | | | | | | | | | | breaks latest macOS linker to have a directory in the object list | ||||
* | | | Minor tweaks to ChangeLog | Joel Sing | 2023-05-26 | 1 | -4/+4 |
|/ / |