patches


Log

Author Commit Date CI Message
kinichiro 1fb8c9c6 2018-03-18T00:38:14 Fix using right functions for file descriptor with MS Visual Studio
kinichiro 861a6ca1 2017-12-30T20:15:56 Modify regress tests/tlsexttest.c for 0 sized array - Windows and hp-ux ANSI compiler can not handle 0 sized array initialization.
Kyle J. McKay 26b40cb7 2017-12-05T15:22:15 netcat.c.patch: eliminate syntax error from patch If the target system does not define IPV6_TCLASS, this part of the patch handles that with an ENOPROTOOPT error rather than failing to compile. Unfortunately it's missing a trailing semicolon leading to a compilation error. Add the missing semicolon to fix the problem. Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
kinichiro 512573f0 2017-09-03T00:51:08 Add patch for regress tlsexttest Some compiler does not support 0 sized array. This patch changes 0 sized array to have NULL and using variable instead of sizeof function.
Brent Cook 5ec2c381 2017-07-17T06:13:21 rebase patches on latest, remove fuzz
kinichiro 1f777716 2017-07-07T00:46:48 update netcat patch
Brent Cook 0974d6f0 2017-06-03T20:13:25 update nc patch
kinichiro d3f3daec 2017-06-04T00:56:11 defining DEFAULT_CA_FILE only if it is not defined. indicated by Kyle J. McKay mackyle@gmail.com
Brent Cook 570717c4 2017-03-25T12:03:37 rebase netcat patch
kinichiro 9d75e5ea 2017-02-13T20:25:49 Add definition of ssize_t to tls.h for Windows
kinichiro 7383bf67 2017-02-07T18:38:03 Fix patch for netcat.c
Brent Cook 7e4ce26c 2016-11-06T04:32:16 use __MINGW_PRINTF_FORMAT for BIO_* print functions if available
Brent Cook f99d89a0 2016-11-06T02:27:21 update patches
Brent Cook a241b876 2016-11-04T11:08:47 update windows header patches
Brent Cook 2570ad93 2016-10-30T21:43:28 set correct DEFAULT_CA_FILE path
kinichiro 14905877 2016-10-18T17:13:56 Enable tests on Visual Studio - 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
Brent Cook 93be612b 2016-09-04T05:42:23 rebase nc(1) patch
Brent Cook 9e25f758 2016-08-13T11:42:21 remove DEFAULT_CA_FILE patch, since libtls handles this by default
Brent Cook a9332cce 2016-07-17T18:12:23 avoid BSWAP assembly for ARM <= v6
Brent Cook fa435db8 2016-07-17T17:37:16 format 64-bit int portably (windows wants %l64d)
Brent Cook b13529f7 2016-07-09T12:40:22 Revert "remove DEFAULT_CA_FILE patch, since libtls handles this by default" This reverts commit 30adf9c06e8d3d7ac9e89f4b2b290567bcafa75c.
Brent Cook 30adf9c0 2016-07-07T07:27:39 remove DEFAULT_CA_FILE patch, since libtls handles this by default
Brent Cook ccf66c46 2016-06-30T20:00:29 update for netcat changes
Brent Cook ec4c9871 2016-06-30T08:18:03 refine netcat patch
Brent Cook 13b7ac8a 2016-06-30T05:49:38 update netcat patch
Brent Cook ff021e8a 2016-05-30T11:08:43 rebase netcat patch
Brent Cook f5a4ee56 2015-12-28T08:46:59 rebase netcat patch
Brent Cook 19f58fdb 2015-12-07T08:03:44 rebase windows headers patch
Brent Cook 1988b8f6 2015-12-07T07:55:05 fixup cert.pem path override for libtls, add for nc(1) this also fixes the formatting of help for nc(1)
Brent Cook 905e2a3b 2015-12-06T23:32:18 refresh nc(1) support
Brent Cook 5b49c30c 2015-12-06T20:21:16 override _PATH_SSL_CA_FILE with OPENSSLDIR at build time fix #160
Brent Cook d35e8bbe 2015-11-22T04:55:22 update netcat patch
Brent Cook 1d5dfff6 2015-11-02T20:22:26 update patches
Brent Cook c31b03c1 2015-10-23T16:17:45 update netcat patch
Brent Cook a45e38e9 2015-10-17T22:57:59 disable some tests with 32-bit time_t systems Also disable use of _mkgmtime, it does not produce correct results.
Goichi Hirakawa 9dd9d175 2015-10-14T15:53:11 update netcat.c.patch for osx 10.6 or earlier
Brent Cook 0fa826d3 2015-09-21T22:08:12 revise how headers are patched for windows, remove sed scripts
Brent Cook c7ae7c0c 2015-09-13T19:15:34 fix a library paths, nc patch
Brent Cook eaa4c1cc 2015-09-13T19:06:29 a few more linux nc build tweaks
Brent Cook 696ba18c 2015-09-13T18:57:29 fixup windows and older linux builds
Brent Cook 8c90be2a 2015-09-13T11:56:41 allow nc to build on linux and os x
Brent Cook a896d400 2015-09-13T09:19:26 move windows file IO mode setup to apps_win.c
Brent Cook 854f4f69 2015-09-12T07:48:06 add 'nc' to the distribution as an example of libtls client and server
Brent Cook 384e7161 2015-09-11T03:20:41 remove unneeded arc4random patch
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.
Scott Parker 0bab46dd 2015-07-06T13:42:54 patch headers to avoid redefinitions on windows
Brent Cook b67c9460 2015-06-19T02:09:27 remove unneeded local tls.h patch
Brent Cook 1d27b22e 2015-06-05T03:45:45 set stdin/out/err to binary mode on Windows
Brent Cook bc70c1c2 2015-05-23T19:23:55 patch in std headers and C++ support for tls.h
Brent Cook 989bc3e3 2015-03-22T05:49:58 the BIO_sock_init() patch is upstream.
Brent Cook f7e4e4a2 2015-03-08T18:27:07 initialize winsock earlier in openssl(1) This allows commands like ocsp to work properly since we no longer initialize Winsock as a side-effect of doing a BIO_gethostbyname.