unbound: log openssl-1.0.2 lacks TLS host verification
authorEric Luehrsen <redacted>
Thu, 9 Aug 2018 01:21:17 +0000 (21:21 -0400)
committerEric Luehrsen <redacted>
Fri, 10 Aug 2018 06:11:13 +0000 (02:11 -0400)
commit1cccacf359ab99ec26bfc66ebd0e0a27053bfcef
treebed6639537d049f2bbe70734a83bbfad69903dd7
parentba5e9aa9458c6d12ec8acc3798ea95c3c0cc897a
unbound: log openssl-1.0.2 lacks TLS host verification

ssl_set1_host() is not available without openssl-1.1.0. Unbound can not do
host cert verification. DNS over TLS connects, but hosts are unverified. A
patch for log err is added with a noitce in README.md.
(see: https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=658)

Also, squash some minor robustness and TLS usability fixes.

Signed-off-by: Eric Luehrsen <redacted>
net/unbound/Makefile
net/unbound/files/README.md
net/unbound/files/dnsmasq.sh
net/unbound/files/iptools.sh
net/unbound/files/unbound.init
net/unbound/files/unbound.sh
net/unbound/patches/100-example-conf-in.patch [moved from net/unbound/patches/001-conf.patch with 96% similarity]
net/unbound/patches/200-openssl-log-err.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT