Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c8c23ad8 | 2015-10-18 10:36:31 | make it clear that we skipped 64-bit time_t tests | ||
| 0197a589 | 2015-10-18 09:28:10 | Windows compatibility fixes VS2013 has trouble with relative include paths for apps/openssl, so move certhash_win/apps_win.c back to apps/openssl. gmtime_r on mingw64 fails with negative time_t, override gmtime_s fails all of the time unit tests, override SHUT_RD/WR are defined in newer mingw64 headers, check before overriding | ||
| c8918dd0 | 2015-10-17 23:32:21 | include warnings about small time_t | ||
| a45e38e9 | 2015-10-17 22:57:59 | disable some tests with 32-bit time_t systems Also disable use of _mkgmtime, it does not produce correct results. | ||
| e8c92100 | 2015-10-15 19:33:26 | unconditionally disable pledge for now suggested by deraadt@ since there is still more coming | ||
| dadeeb0a | 2015-10-15 14:32:16 | check for timegm in cmake builds | ||
| cac089b5 | 2015-10-15 14:32:02 | make internal functions static | ||
| c0243664 | 2015-10-15 14:26:24 | use timegm from musl | ||
| ea4658b4 | 2015-10-15 00:08:34 | update man links | ||
| 4298ac93 | 2015-10-14 23:53:52 | include timegm fallback |