aboutsummaryrefslogtreecommitdiff
path: root/patches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pushed encode.c change upstreamv2.3.4Brent Cook2016-05-031-11/+0
|
* prefer limits.h over sys/limits.hBrent Cook2016-05-031-0/+11
|
* rebase netcat patchBrent Cook2015-12-281-13/+13
|
* rebase windows headers patchBrent Cook2015-12-071-16/+16
|
* fixup cert.pem path override for libtls, add for nc(1)Brent Cook2015-12-071-19/+42
| | | | this also fixes the formatting of help for nc(1)
* refresh nc(1) supportBrent Cook2015-12-061-14/+14
|
* override _PATH_SSL_CA_FILE with OPENSSLDIR at build timeBrent Cook2015-12-061-0/+12
| | | | fix #160
* update netcat patchBrent Cook2015-11-221-37/+14
|
* update patchesBrent Cook2015-11-022-16/+16
|
* update netcat patchBrent Cook2015-10-231-8/+27
|
* disable some tests with 32-bit time_t systemsBrent Cook2015-10-171-0/+82
| | | | Also disable use of _mkgmtime, it does not produce correct results.
* update netcat.c.patch for osx 10.6 or earlierGoichi Hirakawa2015-10-141-12/+23
|
* revise how headers are patched for windows, remove sed scriptsBrent Cook2015-09-215-81/+100
|
* fix a library paths, nc patchBrent Cook2015-09-131-2/+2
|
* a few more linux nc build tweaksBrent Cook2015-09-131-4/+16
|
* fixup windows and older linux buildsBrent Cook2015-09-131-4/+10
|
* allow nc to build on linux and os xBrent Cook2015-09-131-0/+137
|
* move windows file IO mode setup to apps_win.cBrent Cook2015-09-131-33/+5
|
* add 'nc' to the distribution as an example of libtls client and serverBrent Cook2015-09-121-2/+2
|
* remove unneeded arc4random patchBrent Cook2015-09-111-15/+0
|
* add initial CMake and Visual Studio build supportBrent Cook2015-07-216-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 windowsScott Parker2015-07-163-0/+62
|
* remove unneeded local tls.h patchBrent Cook2015-06-191-25/+0
|
* set stdin/out/err to binary mode on WindowsBrent Cook2015-06-051-0/+29
|
* patch in std headers and C++ support for tls.hBrent Cook2015-05-231-0/+25
|
* the BIO_sock_init() patch is upstream.Brent Cook2015-03-221-44/+0
|
* initialize winsock earlier in openssl(1)Brent Cook2015-03-081-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.