Do not doubt a secure (i.e. validated) NXDOMAIN response when we just
authorflorian <florian@openbsd.org>
Sun, 25 Jul 2021 08:36:06 +0000 (08:36 +0000)
committerflorian <florian@openbsd.org>
Sun, 25 Jul 2021 08:36:06 +0000 (08:36 +0000)
commit1eb96040e60fba43a0dc2162d85c4728f0908e41
tree6a8716284305e8dbebf8cda077782b2bd3f2bb14
parent61b17b6a9175ab06b88272f2565669e763899d86
Do not doubt a secure (i.e. validated) NXDOMAIN response when we just
switched networks. We validated it, we can't do better than that!

While here reorder the long list of conditions to make it easier to
understand when we doubt a response because we might be behind a
captive portal. First list all conditions when we do not doubt the
response and then the two conditions when we do doubt the response.

OK benno
sbin/unwind/resolver.c