Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid BSWAP assembly for ARM <= v6 | Brent Cook | 2016-07-19 | 1 | -0/+21 |
| | |||||
* | format 64-bit int portably (windows wants %l64d) | Brent Cook | 2016-07-19 | 1 | -0/+19 |
| | |||||
* | pushed encode.c change upstreamv2.3.4 | Brent Cook | 2016-05-03 | 1 | -11/+0 |
| | |||||
* | prefer limits.h over sys/limits.h | Brent Cook | 2016-05-03 | 1 | -0/+11 |
| | |||||
* | 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. |