From: Josh Soref Date: Thu, 11 Mar 2021 03:56:34 +0000 (-0500) Subject: spelling: unsupported X-Git-Tag: rec-4.5.0-beta1~30^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cca4055253beea084f6f9febeee2d0268b4c544;p=thirdparty%2Fpdns.git spelling: unsupported Signed-off-by: Josh Soref --- diff --git a/pdns/validate.cc b/pdns/validate.cc index 9002c17edb..5d55053aa6 100644 --- a/pdns/validate.cc +++ b/pdns/validate.cc @@ -1364,7 +1364,7 @@ DNSName getSigner(const std::vector >& signa const std::string& vStateToString(vState state) { - static const std::vector vStates = {"Indeterminate", "Insecure", "Secure", "NTA", "TA", "Bogus - No valid DNSKEY", "Bogus - Invalid denial", "Bogus - Unable to get DSs", "Bogus - Unable to get DNSKEYs", "Bogus - Self Signed DS", "Bogus - No RRSIG", "Bogus - No valid RRSIG", "Bogus - Missing negative indication", "Bogus - Signature not yet valid", "Bogus - Signature expired", "Bogus - Unsupported DNSKEY algorithm", "Bogus - Unsuuported DS digest type", "Bogus - No zone key bit set", "Bogus - Revoked DNSKEY", "Bogus - Invalid DNSKEY Protocol" }; + static const std::vector vStates = {"Indeterminate", "Insecure", "Secure", "NTA", "TA", "Bogus - No valid DNSKEY", "Bogus - Invalid denial", "Bogus - Unable to get DSs", "Bogus - Unable to get DNSKEYs", "Bogus - Self Signed DS", "Bogus - No RRSIG", "Bogus - No valid RRSIG", "Bogus - Missing negative indication", "Bogus - Signature not yet valid", "Bogus - Signature expired", "Bogus - Unsupported DNSKEY algorithm", "Bogus - Unsupported DS digest type", "Bogus - No zone key bit set", "Bogus - Revoked DNSKEY", "Bogus - Invalid DNSKEY Protocol" }; return vStates.at(static_cast(state)); }