Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 959241fe | 2015-10-21 21:39:59 | remove a_gen/utctm.c | ||
| 2c168b71 | 2015-10-18 11:18:23 | move rfc5280time to rfc5280time_small Having the same name as the executable confuses the driver, and it runs the wrong thing. | ||
| b28e5bed | 2015-10-18 10:51:09 | include tap-driver.sh in the source repo Newer autotools appears to install it automatically, but not all do. | ||
| 0086809a | 2015-10-18 10:48:17 | update apps.h include | ||
| 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 |