mirage / ocaml-dns

OCaml implementation of the DNS protocol
BSD 2-Clause "Simplified" License
105 stars 43 forks source link

resolver: dnssec and cd bit in query #293

Open hannesm opened 2 years ago

hannesm commented 2 years ago

Properly handle if a client requested "checking disabled" and return invalid / unchecked resource records. The tricky bit is that our dns_cache contains only validated entries (thus we'll need to establish another cache)...