aboutsummaryrefslogtreecommitdiff
path: root/tls (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-23whitelist nc on other BSDsBrent Cook1-0/+2
2015-10-23update netcat patchBrent Cook1-8/+27
2015-10-21remove a_gen/utctm.c for cmakeBrent Cook1-2/+0
2015-10-21check bounds before casting (long long) to time_tBrent Cook1-0/+6
2015-10-21remove a_gen/utctm.cBrent Cook1-2/+0
2015-10-18move rfc5280time to rfc5280time_smallBrent Cook2-2/+2
Having the same name as the executable confuses the driver, and it runs the wrong thing.
2015-10-18include tap-driver.sh in the source repoBrent Cook2-1/+651
Newer autotools appears to install it automatically, but not all do.
2015-10-18update apps.h includeBrent Cook1-1/+1
2015-10-18make it clear that we skipped 64-bit time_t testsBrent Cook4-9/+26
2015-10-18Windows compatibility fixesBrent Cook9-11/+32
VS2013 has trouble with relative include paths for apps/openssl, so move certhash_win/apps_win.c back to apps/openssl. gmtime_r on mingw64 fails with negative time_t, override gmtime_s fails all of the time unit tests, override SHUT_RD/WR are defined in newer mingw64 headers, check before overriding
2015-10-17include warnings about small time_tBrent Cook2-3/+15
2015-10-17disable some tests with 32-bit time_t systemsBrent Cook5-7/+85
Also disable use of _mkgmtime, it does not produce correct results.
2015-10-15unconditionally disable pledge for nowBrent Cook1-2/+0
suggested by deraadt@ since there is still more coming
2015-10-15check for timegm in cmake buildsBrent Cook2-0/+9
2015-10-15make internal functions staticBrent Cook1-4/+4
2015-10-15use timegm from muslBrent Cook1-60/+191
2015-10-15update man linksBrent Cook1-0/+2
2015-10-15include timegm fallbackBrent Cook6-6/+86
2015-10-14add limits.h shim for defining PATH_MAX on HP-UXBrent Cook2-0/+27
2015-10-14Use bundled headers instead of installed headers when buildingJeremy Huddleston Sequoia2-6/+7
The build system incorrectly set include directives in AM_CFLAGS which causes them to be placed after the configured CPPFLAGS. Thus, if a user or packaging system sets CPPFLAGS to a location that has libressl or openssl headers installed, they will be used instead of the bundled versions. This corrects that issue by setting up the variables correctly. https://github.com/libressl-portable/portable/issues/150 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
2015-10-14nc: Use AM_CPPFLAGS, not CPPFLAGS in Makefile.amJeremy Huddleston Sequoia1-1/+1
CPPFLAGS should just be set by the user at configure time Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
2015-10-14update netcat.c.patch for osx 10.6 or earlierGoichi Hirakawa1-12/+23
2015-10-12check for pledge(2)Brent Cook2-4/+4
2015-10-07resolve tame to 0Brent Cook1-1/+1
2015-10-07add tame(2) checkBrent Cook3-8/+16
2015-10-07rename _mkgmtime as timegm on win32Brent Cook1-0/+4
2015-10-06updates for ASN.1 time handlingBrent Cook4-0/+12
2015-10-01add b64_ntop checking and fallback for nc(1)Brent Cook8-7/+366
2015-09-30remove incorrect commentBrent Cook1-1/+0
We actually want to only start extending CFLAGS after calling AC_PROG_CC so we get the default autoconf value (usually just -O2).
2015-09-28add asn1time to cmake testsBrent Cook2-1/+6
2015-09-28add asn1time testBrent Cook1-0/+5
2015-09-22update path to openssl(1) in testssl wrapperv2.3.0Brent Cook1-3/+3
2015-09-21revise how headers are patched for windows, remove sed scriptsBrent Cook7-92/+102
2015-09-18visual studio path updatesBrent Cook3-3/+4
2015-09-17test cmake builds on osx as wellBrent Cook1-0/+1
2015-09-17remove SHA-0 from cmake buildsBrent Cook2-8/+0
2015-09-17final bit of SHA-0 removalBrent Cook1-1/+0
2015-09-17remove SHA-0Brent Cook2-3/+3
2015-09-17extend regression testsBrent Cook1-1/+2
run distcheck rather than just dist, cmake tests
2015-09-17add include/compat/readpassphrase.h to Makefile.amkinichiro1-0/+1
fix for https://github.com/libressl-portable/portable/issues/138
2015-09-16update changelog for SHA-0 removalBrent Cook1-0/+3
2015-09-16SHA-0 is gone, remove testBrent Cook1-5/+0
2015-09-16normalize amd64 to x86_64Brent Cook1-0/+4
This allows asm to be enabled on platforms that use amd64 in the host tuple.
2015-09-16Call the correct script for pidwraptest.sh.Brent Cook1-1/+2
This optional test was not reporting the correct results, noticed retesting against FreeBSD 11-current.
2015-09-13update changelog with latestBrent Cook1-0/+17
2015-09-13fix a library paths, nc patchBrent Cook2-4/+4
2015-09-13remove ecdh/ech_ossl.cBrent Cook1-1/+0
2015-09-13a few more linux nc build tweaksBrent Cook2-4/+18
2015-09-13fixup windows and older linux buildsBrent Cook3-4/+21
2015-09-13allow nc to build on linux and os xBrent Cook16-20/+603