Expand description
This module exposes utilities for building DNSSEC proofs by directly querying a recursive resolver.
Structs§
- Proof
Builder - A simple state machine which will generate a series of queries and process the responses until it has built a DNSSEC proof.
- Query
Buf - A buffer for storing queries and responses.
Enums§
- Proof
Building Error - Possible errors when building queries. Note that there are many possible errors, but only a handful of common ones are captured in the variants here.