Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 2203c13d | 2023-07-04 12:36:57 | make cross compilation possible on macOS with CMake 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) | ||
| 71ce0b8c | 2023-07-04 10:37:24 | generate opensslconf.h in build dir for cmake | ||
| b16ad4db | 2023-07-04 02:17:58 | disable client / server tests for now These were broken with the removal of TLS 1.0/1.1 support due to static checks in packet structure. | ||
| 2722f955 | 2023-07-03 11:19:38 | Land #843, add signertest to build | ||
| 7d0b1068 | 2023-07-03 11:05:09 | Land #872, implement endbr64 workaround on macOS in preprocessor | ||
| 7179a01c | 2023-07-03 19:00:12 | flip logic around | ||
| b328be45 | 2023-07-03 18:40:00 | third try's a charm | ||
| cdb7ad47 | 2023-07-03 16:50:10 | define endbr64 as nop | ||
| 33b2c49c | 2023-04-17 10:55:52 | link signertest to build | ||
| 11dfc90f | 2023-07-03 16:34:38 | move endbr64 removal to preprocessor |