diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-01-18 22:45:18 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-01-18 23:31:29 +0100 |
commit | f009fda92c67ee78672f519a62ce675170cdae4c (patch) | |
tree | cc49fb206b5d70a25987df381f44c96c796fdb22 /src | |
parent | e09f605eec61afdf8d81208a3c1805915bb0a487 (diff) |
update DNSSEC TODO
Diffstat (limited to 'src')
-rw-r--r-- | src/resolve/resolved-dns-dnssec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/resolve/resolved-dns-dnssec.c b/src/resolve/resolved-dns-dnssec.c index e5268b84ab..1f48f588ce 100644 --- a/src/resolve/resolved-dns-dnssec.c +++ b/src/resolve/resolved-dns-dnssec.c @@ -41,9 +41,6 @@ * - enable by default * - Allow clients to request DNSSEC even if DNSSEC is off * - make sure when getting an NXDOMAIN response through CNAME, we still process the first CNAMEs in the packet - * - update test-complex to also do ResolveAddress lookups - * - extend complex test to check "xn--kprw13d." DNAME domain - * - rework IDNA stuff: only to IDNA for ResolveAddress and ResolveService, and prepare a pair of lookup keys then, never do IDNA comparisons after that * */ #define VERIFY_RRS_MAX 256 |