Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update apps.h include | Brent Cook | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Windows compatibility fixes | Brent Cook | 2015-10-18 | 3 | -3/+3 |
| | | | | | | | | | | | 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 | ||||
* | visual studio path updates | Brent Cook | 2015-09-18 | 2 | -2/+2 |
| | |||||
* | move windows file IO mode setup to apps_win.c | Brent Cook | 2015-09-13 | 1 | -0/+31 |
| | |||||
* | readd openssl.1, distribute nc.1 | Brent Cook | 2015-09-13 | 1 | -0/+2 |
| | |||||
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 4 | -0/+485 |