Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 3a757272 | 2023-07-05 07:08:32 | move attribute shims There's not a great place for these, but since they are internal, we can just move them to the most common header. | ||
| 74be614b | 2023-07-04 19:36:38 | add Windows builder test actions | ||
| 3601512b | 2023-07-05 10:13:47 | update testssl.bat for TLS 1.0 removal | ||
| d238b6d3 | 2023-07-04 19:35:50 | label individual macos build arches | ||
| 77ce9713 | 2023-07-04 06:52:41 | Land #874, reenable ssltest | ||
| 15d076b4 | 2023-07-04 13:09:31 | add ventura and arm64 test targets, remove big sur 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". | ||
| 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 | ||
| 23718ad1 | 2023-07-04 01:52:46 | reenable ssltest failure was unrelated to tls 1.0/1.1 changes | ||
| 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. |