Module query

Source
Expand description

This module exposes utilities for building DNSSEC proofs by directly querying a recursive resolver.

Structs§

ProofBuilder
A simple state machine which will generate a series of queries and process the responses until it has built a DNSSEC proof.
QueryBuf
A buffer for storing queries and responses.

Enums§

ProofBuildingError
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.