| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix using right functions for file descriptor with MS Visual Studio | kinichiro | 2018-03-18 | 3 | -0/+39 |
* | Modify regress tests/tlsexttest.c for 0 sized array | kinichiro | 2017-12-30 | 1 | -3/+73 |
* | netcat.c.patch: eliminate syntax error from patch | Kyle J. McKay | 2017-12-05 | 1 | -1/+1 |
* | Add patch for regress tlsexttest | kinichiro | 2017-09-03 | 1 | -0/+41 |
* | rebase patches on latest, remove fuzz | Brent Cook | 2017-07-17 | 3 | -29/+28 |
* | update netcat patch | kinichiro | 2017-07-07 | 1 | -19/+19 |
* | update nc patch | Brent Cook | 2017-06-03 | 1 | -22/+30 |
* | defining DEFAULT_CA_FILE only if it is not defined. | kinichiro | 2017-06-04 | 1 | -0/+12 |
* | rebase netcat patch | Brent Cook | 2017-03-25 | 1 | -15/+15 |
* | Add definition of ssize_t to tls.h for Windows | kinichiro | 2017-02-13 | 1 | -0/+32 |
* | Fix patch for netcat.c | kinichiro | 2017-02-07 | 1 | -22/+22 |
* | use __MINGW_PRINTF_FORMAT for BIO_* print functions if available | Brent Cook | 2016-11-06 | 1 | -0/+36 |
* | update patches | Brent Cook | 2016-11-06 | 2 | -19/+19 |
* | update windows header patches | Brent Cook | 2016-11-04 | 1 | -3/+3 |
* | set correct DEFAULT_CA_FILE path | Brent Cook | 2016-10-30 | 1 | -14/+24 |
* | Enable tests on Visual Studio | kinichiro | 2016-10-30 | 2 | -0/+29 |
* | rebase nc(1) patch | Brent Cook | 2016-09-04 | 1 | -20/+20 |
* | remove DEFAULT_CA_FILE patch, since libtls handles this by default | Brent Cook | 2016-08-13 | 1 | -36/+14 |
* | avoid BSWAP assembly for ARM <= v6 | Brent Cook | 2016-07-17 | 1 | -0/+21 |
* | format 64-bit int portably (windows wants %l64d) | Brent Cook | 2016-07-17 | 1 | -0/+19 |
* | Revert "remove DEFAULT_CA_FILE patch, since libtls handles this by default" | Brent Cook | 2016-07-09 | 1 | -14/+36 |
* | remove DEFAULT_CA_FILE patch, since libtls handles this by default | Brent Cook | 2016-07-07 | 1 | -36/+14 |
* | update for netcat changes | Brent Cook | 2016-06-30 | 1 | -75/+15 |
* | refine netcat patch | Brent Cook | 2016-06-30 | 1 | -36/+29 |
* | update netcat patch | Brent Cook | 2016-06-30 | 1 | -17/+92 |
* | rebase netcat patch | Brent Cook | 2016-05-30 | 1 | -9/+9 |
* | rebase netcat patch | Brent Cook | 2015-12-28 | 1 | -13/+13 |
* | rebase windows headers patch | Brent Cook | 2015-12-07 | 1 | -16/+16 |
* | fixup cert.pem path override for libtls, add for nc(1) | Brent Cook | 2015-12-07 | 1 | -19/+42 |
* | refresh nc(1) support | Brent Cook | 2015-12-06 | 1 | -14/+14 |
* | override _PATH_SSL_CA_FILE with OPENSSLDIR at build time | Brent Cook | 2015-12-06 | 1 | -0/+12 |
* | update netcat patch | Brent Cook | 2015-11-22 | 1 | -37/+14 |
* | update patches | Brent Cook | 2015-11-02 | 2 | -16/+16 |
* | update netcat patch | Brent Cook | 2015-10-23 | 1 | -8/+27 |
* | disable some tests with 32-bit time_t systems | Brent Cook | 2015-10-17 | 1 | -0/+82 |
* | update netcat.c.patch for osx 10.6 or earlier | Goichi Hirakawa | 2015-10-14 | 1 | -12/+23 |
* | revise how headers are patched for windows, remove sed scripts | Brent Cook | 2015-09-21 | 5 | -81/+100 |
* | fix a library paths, nc patch | Brent Cook | 2015-09-13 | 1 | -2/+2 |
* | a few more linux nc build tweaks | Brent Cook | 2015-09-13 | 1 | -4/+16 |
* | fixup windows and older linux builds | Brent Cook | 2015-09-13 | 1 | -4/+10 |
* | allow nc to build on linux and os x | Brent Cook | 2015-09-13 | 1 | -0/+137 |
* | move windows file IO mode setup to apps_win.c | Brent Cook | 2015-09-13 | 1 | -33/+5 |
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 1 | -2/+2 |
* | remove unneeded arc4random patch | Brent Cook | 2015-09-11 | 1 | -15/+0 |
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 6 | -12/+57 |
* | patch headers to avoid redefinitions on windows | Scott Parker | 2015-07-16 | 3 | -0/+62 |
* | remove unneeded local tls.h patch | Brent Cook | 2015-06-19 | 1 | -25/+0 |
* | set stdin/out/err to binary mode on Windows | Brent Cook | 2015-06-05 | 1 | -0/+29 |
* | patch in std headers and C++ support for tls.h | Brent Cook | 2015-05-23 | 1 | -0/+25 |
* | the BIO_sock_init() patch is upstream. | Brent Cook | 2015-03-22 | 1 | -44/+0 |