Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 55f21a39 | 2024-03-19 14:32:44 | Update man links | ||
| 9b912295 | 2024-03-19 13:36:02 | rm o_init.c | ||
| 7b400332 | 2024-03-18 17:13:56 | Land #1020 - add new tests to gitignore | ||
| 0dfd83e8 | 2024-03-18 15:51:43 | Add tests/bio_dump* and tests/x509_algor* to gitignore | ||
| 8a89225a | 2024-03-18 05:13:49 | Land #1018 - temporarily lower ASLR entropy to fix ASAN | ||
| cb2fd0ab | 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. |