aboutsummaryrefslogtreecommitdiff
path: root/patches/rfc5280.c.patch (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-17disable some tests with 32-bit time_t systemsBrent Cook1-0/+82
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
2015-09-13ignore manpagesBrent Cook1-3/+4
2015-09-13fix spelling of OPENSSL_cleanseBrent Cook1-1/+1
2015-09-13use CP_LIBC for strtonumBrent Cook1-2/+2
2015-09-13move windows file IO mode setup to apps_win.cBrent Cook2-33/+36
2015-09-13ding-dong e_os2.h is deadBrent Cook1-1/+0
2015-09-13ech_ossl.h is goneBrent Cook1-1/+0
2015-09-13readd openssl.1, distribute nc.1Brent Cook3-0/+6
2015-09-13include new tls headersBrent Cook2-0/+3
2015-09-12restrict nc to openbsd builds for nowBrent Cook2-0/+6
2015-09-12correct nc compat pathBrent Cook1-1/+1
2015-09-12add some backcompat in nc, don't install itBrent Cook2-1/+10