aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update for 2.3.7v2.3.7Brent Cook2016-07-311-0/+11
* set link library dependencies with MSVC, fixes #221Brent Cook2016-07-313-0/+9
* properly enable strnlen checks for MSVCBrent Cook2016-07-311-1/+1
* avoid BSWAP assembly for ARM <= v6Brent Cook2016-07-191-0/+21
* format 64-bit int portably (windows wants %l64d)Brent Cook2016-07-191-0/+19
* Fix typo in USE_BUILTIN_ARC4RANDOM checkcelan692016-07-191-1/+1
* bump changelog to sync tags with openbsd sourcev2.3.6Brent Cook2016-06-071-5/+5
* update changelogBrent Cook2016-06-061-0/+9
* Update changelogv2.3.5Brent Cook2016-05-301-0/+4
* pushed encode.c change upstreamv2.3.4Brent Cook2016-05-031-11/+0
* prefer limits.h over sys/limits.hBrent Cook2016-05-031-0/+11
* update changelogBrent Cook2016-05-021-0/+7
* add constant_time_locl.hBrent Cook2016-05-021-0/+2
* check linker flags before checking for functionsBrent Cook2016-05-021-2/+4
* fix ld warning "attempted multiple inclusion of file" on Solariskinichiro2016-05-025-10/+12
* update changelogv2.3.3Brent Cook2016-03-211-7/+4
* updated changelogBrent Cook2016-03-211-0/+18
* set windows binary OPENSSLDIR to something plausibleBrent Cook2016-03-211-1/+1
* modify include/compat/netinet/ip.hkinichiro2016-03-131-0/+4
* connect to the OPENBSD_5_9 branchBrent Cook2016-03-121-1/+1
* fix check for strlcatBrent Cook2016-03-121-1/+1
* add install_sw alias for latest nginxBrent Cook2016-03-121-0/+3
* update man linksBrent Cook2016-02-291-108/+24
* add things to minimize diffs with OpenNTPD-portableBrent Cook2016-02-152-19/+17
* updated changelogv2.3.2Brent Cook2016-01-271-2/+13
* add solaris include for getentropy(2)Brent Cook2016-01-181-0/+7
* package pidwraptest.sh scriptBrent Cook2016-01-031-1/+1
* whitelist NetBSD 7.0 native arc4random(3) implementation.Brent Cook2016-01-032-3/+17
* enable nc on AIXBrent Cook2016-01-031-0/+1
* replace err.h macros with inline functionsBrent Cook2016-01-031-8/+54
* prefer gnu patch on AIXBrent Cook2016-01-031-1/+6
* include strings.h in string.h on AIX as wellBrent Cook2016-01-032-4/+6
* -path isn't really needed for perms fixup, and not supported everywhereBrent Cook2016-01-031-1/+1
* rebase netcat patchBrent Cook2015-12-281-13/+13
* add upstream config.guess/config.subBrent Cook2015-12-273-0/+3264
* update check for b64_ntopBrent Cook2015-12-271-1/+1
* note the removed Verisign certificateBrent Cook2015-12-151-0/+4
* update added certsBrent Cook2015-12-141-1/+2
* Revert back to GetStdHandle, since it works fine with pipes.Brent Cook2015-12-111-6/+6
* include stdint.h uint*_tBrent Cook2015-12-111-0/+1
* Replace STDIN_FILENO with _filenoAnthony Novatsis2015-12-111-3/+3
* installing nc(1) should imply building, even if not whitelistedBrent Cook2015-12-072-5/+5
* allow optionally installing nc(1) with '--enable-nc'Brent Cook2015-12-072-0/+8
* rebase windows headers patchBrent Cook2015-12-071-16/+16
* fixup cert.pem path override for libtls, add for nc(1)Brent Cook2015-12-073-21/+49
* refresh nc(1) supportBrent Cook2015-12-064-14/+17
* override _PATH_SSL_CA_FILE with OPENSSLDIR at build timeBrent Cook2015-12-062-0/+19
* update changelogBrent Cook2015-12-061-0/+2
* only set the console mode if stdin is a console (not a pipe)Brent Cook2015-12-061-9/+21
* wrap gets on Windows, replacing '\r\n' with '\n'Brent Cook2015-12-052-0/+16