Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4830b1ee | 2023-11-05 14:33:56 | Land #932, use existing crypto/ssl libs for tls tests | ||
| ba0adb9a | 2023-11-05 14:31:01 | Land #930, consistently use default CA cert location for Windows | ||
| 89fcb1a3 | 2023-11-05 08:56:09 | also fix ocspcheck and nc, dedupe build logic | ||
| 2c5abde7 | 2023-11-04 02:37:34 | slim `tls-static` library (used in tests) 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. | ||
| d193f43f | 2023-11-04 01:24:23 | slim down `libtls` 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. | ||
| e6ae33d5 | 2023-11-04 00:29:23 | cmake: fix default `TLS_DEFAULT_CA_FILE` value in libtls for Windows 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. | ||
| e454895d | 2023-11-03 19:11:01 | Land #927 | ||
| e1217db8 | 2023-11-03 17:56:32 | delete unused `savsig` variable Follow-up to dd1d96f643b01a5edbe7e0db8399f3c88f5f0c8b Fixes #925 | ||
| b19acf36 | 2023-11-03 08:32:59 | Update rust-openssl patch | ||
| 287e0a28 | 2023-11-03 08:32:08 | ChangeLog: missing period |