Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Windows compatibility fixes | Brent Cook | 2015-10-18 | 1 | -3/+2 |
| | | | | | | | | | | | 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 | 1 | -1/+2 |
| | |||||
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 1 | -54/+54 |
| | |||||
* | remove engine.c from CMake | Brent Cook | 2015-09-11 | 1 | -1/+0 |
| | |||||
* | Add install targets and shared libraries to CMake | Jeff Davey | 2015-08-18 | 1 | -0/+2 |
| | |||||
* | add cmake tests | Brent Cook | 2015-07-21 | 1 | -5/+0 |
| | |||||
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 1 | -0/+84 |
This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore. |