Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check bounds before casting (long long) to time_t | Brent Cook | 2015-10-21 | 1 | -0/+6 |
| | |||||
* | Windows compatibility fixes | Brent Cook | 2015-10-18 | 1 | -0/+12 |
| | | | | | | | | | | | 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 | ||||
* | make internal functions static | Brent Cook | 2015-10-15 | 1 | -4/+4 |
| | |||||
* | use timegm from musl | Brent Cook | 2015-10-15 | 1 | -60/+191 |
| | |||||
* | include timegm fallback | Brent Cook | 2015-10-15 | 1 | -0/+71 |