Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 7ed28d2f | 2025-10-07 05:38:30 | add mkstemp for msvc builds | ||
| 9ba4b33d | 2025-04-16 04:26:34 | change prefix for fstat | ||
| 78b86a2a | 2025-04-12 16:59:51 | switch to using high bit for fd detection of file/socket | ||
| 5626ce43 | 2024-12-20 06:52:34 | Add in missing endianess functions for Apple targets | ||
| bf808ea0 | 2024-12-19 20:24:33 | Provide getdelim and getline compat shims These are portable implementations from NetBSD that are needed on Windows and perhaps some other platforms with the new versions of the mlkem tests. | ||
| d58e3559 | 2024-11-23 13:32:04 | Attempt to fix windows | ||
| 3467d6f2 | 2024-08-02 21:54:08 | Attempt to fix 2038 problem with MSVC | ||
| f9874d49 | 2024-05-25 08:56:45 | Remove timegm() compat Now that all uses of gmtime_r() and timegm() have been converted to OPENSSL_gmtime() and OPENSSL_timegm(), this is no longer needed. | ||
| 53edbd00 | 2024-02-25 18:29:14 | define _MSC_VER when preprocessing, add guards | ||
| 950b5bc1 | 2024-02-25 18:12:24 | include placeholder cet.h for cpp |