Add a utility function to resolve CNAMEs in verified RRs
[dnssec-prover] / src / query.rs
2024-02-09 Matt CoralloAdd a utility function to resolve CNAMEs in verified RRs
2024-02-08 Matt CoralloSet a cache-control header on valid responses
2024-02-08 Matt CoralloAllow validating SHA1 DS records
2024-02-08 Matt CoralloReturn early if we get a response with no answers
2024-02-07 Matt CoralloAccept query names by reference for downstream flexibility
2024-02-07 Matt CoralloFeature-gate validation and document crate features
2024-02-06 Matt CoralloCorrect TXT record sort order
2024-02-06 Matt CoralloCorrect proof building for records at a zone root
2024-02-06 Matt CoralloInclude the resolver-provided TTL in the response
2024-02-06 Matt CoralloMove validation into a validation module, rather than...
2024-02-06 Matt CoralloMarginally resolve time rollovers, giving us until...
2024-02-06 Matt CoralloReturn the time bounds on validated RR sets
2024-02-05 Matt CoralloEnable querying async using tokio
2024-02-05 Matt CoralloAdd support for building proofs using a local recursive...