boulder/bdns
Daniel McCarney d4902820ca Adds unique VA DNS validation error for empty TXTs. (#2401)
Presently when the VA performs a DNS-01 challenge verification it
returns the same error for the case where the remote nameserver had the
**wrong** TXT value, and when the remote nameserver had an **empty**
response for the TXT query. It would aid debugging if the user was told
which of the two failure cases was responsible for the overall challenge
failure.

This commit adds a unique error message for the empty TXT records case,
and a unit test/mock to exercise the new the error message.

Resolves #2326
2016-12-08 11:27:28 -08:00
..
dns.go Retires `LookupIPv6` VA flag. (#2205) 2016-09-26 18:00:01 -07:00
dns_test.go Retires `LookupIPv6` VA flag. (#2205) 2016-09-26 18:00:01 -07:00
mocks.go Adds unique VA DNS validation error for empty TXTs. (#2401) 2016-12-08 11:27:28 -08:00
problem.go Allow `validateEmail` to timeout w/o error. (#2288) 2016-10-27 11:56:12 -07:00
problem_test.go Remove all stray copyright headers and appends the initial line to LICENSE.txt (#1853) 2016-05-31 12:32:04 -07:00