libtls-standalone


Log

Author Commit Date CI Message
Brent Cook 5f4e95e7 2015-09-08T15:00:09 updates for MSVC 2015's degenerate headers Note that 'perror' moves from stdio.h to stdlib.h, and 'rename' moves from stdio.h to io.h. Also, standard C includes move from the compiler to the Windows SDK, which changes the base path for the include files.
Brent Cook 5d8a1cf7 2014-07-10T22:06:10 add initial CMake and Visual Studio build support 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.
Brent Cook 7a4a37cf 2015-07-20T01:09:00 remove generated version file
Brent Cook 792a5acb 2015-07-20T01:08:01 eng_rsax is gone
Brent Cook b9f1b83a 2015-06-20T10:40:04 update for mdc2 removal
Brent Cook aed0eee7 2015-06-05T22:35:29 add libtls-standalone COPYING file
Brent Cook 88acad37 2015-06-05T22:16:02 return 1 on failure
Brent Cook d2faf2ed 2015-05-02T09:06:55 set the shared library version number
Brent Cook 769d58e4 2015-05-02T01:40:33 further refactoring, working libtls-standalone
Brent Cook 901ea927 2015-05-23T19:23:35 flesh out libtls test program a bit, move to tests
Brent Cook 1a369f0f 2015-05-03T22:25:22 ship manpages with libtls-standalone
Brent Cook 28353c1d 2015-04-30T04:44:35 stub in initial libtls standalone tree