Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ failed.nxdomain.exists=NameError response has failed to prove that {0} does not
failed.nxdomain.haswildcard=NameError response has failed to prove that the covering wildcard does not exist.
dnskey.no_rrset=Missing DNSKEY RRset in response to DNSKEY query for {0}.
dnskey.no_ds_match=Did not match a DS to a DNSKEY.
dnskey.anchor_verify_failed=The DNSKEY trust anchor for {0} did not verify the DNSKEY RRset for {0}.
dnskey.anchor_verify_failed=The DNSKEY trust anchor for {0} did not verify the DNSKEY RRset for {1}.
failed.ds=DS rrset in DS response did not verify.
failed.ds.cname=CNAME in DS response was not secure.
ds.secure=CNAME validated, proof that DS does not exist.
Expand Down