Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | - add patch for aeadtest.c to undef IN - add patch for ocsp_test.c to call BIO_sock_init() before getaddrinfo() - define STDERR_FILENO in unistd.h to build pkcs7test.c - add option ENABLE_VSTEST(default OFF) to enable test on Visual Studio - modify to pass test data file as an argument (aeadtest, evptest) - add Windows scripts (ocsptest, pq_test, ssltest, testdsa, testenc, testrsa) - do not build pidwraptest on MSVC - fix some indentations | ||||
* | 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 |
| | | | | This reverts commit 30adf9c06e8d3d7ac9e89f4b2b290567bcafa75c. | ||||
* | 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 |
| | | | | this also fixes the formatting of help for nc(1) | ||||
* | 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 |
| | | | | fix #160 | ||||
* | 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 |
| | | | | Also disable use of _mkgmtime, it does not produce correct results. | ||||
* | 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 |
| | | | | | | | | 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. | ||||
* | 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 |
| | |||||
* | initialize winsock earlier in openssl(1) | Brent Cook | 2015-03-08 | 1 | -0/+44 |
This allows commands like ocsp to work properly since we no longer initialize Winsock as a side-effect of doing a BIO_gethostbyname. |