Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 372aff7c | 2026-04-01 19:26:44 | Replace expiring certs with more modern versions Ref: #1018 | ||
| 734a8311 | 2024-03-17 20:00:26 | CI: setup kernel entropy to work with asan | ||
| 6664303a | 2024-03-11 15:31:14 | cmake: disable default NDEBUG differently Before this patch `NDEBUG` was force-disabled, preventing a build with debug asserts disabled. After this patch `NDEBUG` works again when passed as a custom build option, e.g.: `-DCMAKE_C_FLAGS=-DNDEBUG` Previously submitted as #988, which was merged, but the commit vanished from master and ended up missing from both 3.8.3 and 3.9.0 releases. | ||
| 69449e79 | 2024-03-08 00:53:26 | changelog updates | ||
| 530084a5 | 2024-03-07 21:02:11 | move syslog_r and getprogname into compat src list | ||
| c7d8355a | 2024-03-07 10:35:45 | put compat getpagesize into the right object list Was getting this linker error building shared libraries on Windows: Creating library C:/projects/portable/build/ssl/Release/ssl.lib and object C:/projects/portable/build/ssl/Release/ssl.exp recallocarray.obj : error LNK2019: unresolved external symbol getpagesize referenced in function getpagesize should be in compat rather than crypto object file list. | ||
| 41034e54 | 2024-03-07 08:29:32 | Update man links | ||
| 833cc83e | 2024-03-03 17:57:30 | add additional portable improvements | ||
| 5e2a4899 | 2024-03-04 13:43:51 | Update man links | ||
| 2cd38a2c | 2024-03-04 13:42:31 | Regen openssl.c.patch |