|
1fb8c9c6
|
2018-03-18T00:38:14
|
|
Fix using right functions for file descriptor with MS Visual Studio
|
|
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.
|
|
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>
|
|
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.
|
|
5ec2c381
|
2017-07-17T06:13:21
|
|
rebase patches on latest, remove fuzz
|
|
1f777716
|
2017-07-07T00:46:48
|
|
update netcat patch
|
|
0974d6f0
|
2017-06-03T20:13:25
|
|
update nc patch
|
|
d3f3daec
|
2017-06-04T00:56:11
|
|
defining DEFAULT_CA_FILE only if it is not defined.
indicated by Kyle J. McKay mackyle@gmail.com
|
|
570717c4
|
2017-03-25T12:03:37
|
|
rebase netcat patch
|
|
9d75e5ea
|
2017-02-13T20:25:49
|
|
Add definition of ssize_t to tls.h for Windows
|
|
7383bf67
|
2017-02-07T18:38:03
|
|
Fix patch for netcat.c
|
|
7e4ce26c
|
2016-11-06T04:32:16
|
|
use __MINGW_PRINTF_FORMAT for BIO_* print functions if available
|
|
f99d89a0
|
2016-11-06T02:27:21
|
|
update patches
|
|
a241b876
|
2016-11-04T11:08:47
|
|
update windows header patches
|
|
2570ad93
|
2016-10-30T21:43:28
|
|
set correct DEFAULT_CA_FILE path
|
|
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
|
|
93be612b
|
2016-09-04T05:42:23
|
|
rebase nc(1) patch
|
|
9e25f758
|
2016-08-13T11:42:21
|
|
remove DEFAULT_CA_FILE patch, since libtls handles this by default
|
|
a9332cce
|
2016-07-17T18:12:23
|
|
avoid BSWAP assembly for ARM <= v6
|
|
fa435db8
|
2016-07-17T17:37:16
|
|
format 64-bit int portably (windows wants %l64d)
|
|
b13529f7
|
2016-07-09T12:40:22
|
|
Revert "remove DEFAULT_CA_FILE patch, since libtls handles this by default"
This reverts commit 30adf9c06e8d3d7ac9e89f4b2b290567bcafa75c.
|
|
30adf9c0
|
2016-07-07T07:27:39
|
|
remove DEFAULT_CA_FILE patch, since libtls handles this by default
|
|
ccf66c46
|
2016-06-30T20:00:29
|
|
update for netcat changes
|
|
ec4c9871
|
2016-06-30T08:18:03
|
|
refine netcat patch
|
|
13b7ac8a
|
2016-06-30T05:49:38
|
|
update netcat patch
|
|
ff021e8a
|
2016-05-30T11:08:43
|
|
rebase netcat patch
|
|
f5a4ee56
|
2015-12-28T08:46:59
|
|
rebase netcat patch
|
|
19f58fdb
|
2015-12-07T08:03:44
|
|
rebase windows headers patch
|
|
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)
|
|
905e2a3b
|
2015-12-06T23:32:18
|
|
refresh nc(1) support
|
|
5b49c30c
|
2015-12-06T20:21:16
|
|
override _PATH_SSL_CA_FILE with OPENSSLDIR at build time
fix #160
|
|
d35e8bbe
|
2015-11-22T04:55:22
|
|
update netcat patch
|
|
1d5dfff6
|
2015-11-02T20:22:26
|
|
update patches
|
|
c31b03c1
|
2015-10-23T16:17:45
|
|
update netcat patch
|
|
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.
|
|
9dd9d175
|
2015-10-14T15:53:11
|
|
update netcat.c.patch for osx 10.6 or earlier
|
|
0fa826d3
|
2015-09-21T22:08:12
|
|
revise how headers are patched for windows, remove sed scripts
|
|
c7ae7c0c
|
2015-09-13T19:15:34
|
|
fix a library paths, nc patch
|
|
eaa4c1cc
|
2015-09-13T19:06:29
|
|
a few more linux nc build tweaks
|
|
696ba18c
|
2015-09-13T18:57:29
|
|
fixup windows and older linux builds
|
|
8c90be2a
|
2015-09-13T11:56:41
|
|
allow nc to build on linux and os x
|
|
a896d400
|
2015-09-13T09:19:26
|
|
move windows file IO mode setup to apps_win.c
|
|
854f4f69
|
2015-09-12T07:48:06
|
|
add 'nc' to the distribution as an example of libtls client and server
|
|
384e7161
|
2015-09-11T03:20:41
|
|
remove unneeded arc4random patch
|
|
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.
|
|
0bab46dd
|
2015-07-06T13:42:54
|
|
patch headers to avoid redefinitions on windows
|
|
b67c9460
|
2015-06-19T02:09:27
|
|
remove unneeded local tls.h patch
|
|
1d27b22e
|
2015-06-05T03:45:45
|
|
set stdin/out/err to binary mode on Windows
|
|
bc70c1c2
|
2015-05-23T19:23:55
|
|
patch in std headers and C++ support for tls.h
|
|
989bc3e3
|
2015-03-22T05:49:58
|
|
the BIO_sock_init() patch is upstream.
|
|
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.
|