Feature-gate validation and document crate features
[dnssec-prover] / src / lib.rs
2024-02-07 Matt CoralloFeature-gate validation and document crate features
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 CoralloAdd support for building proofs using a local recursive...
2024-02-05 Matt CoralloSplit the library into three modules for maintainability
2024-02-05 Matt CoralloAdd support for wildcard validation
2024-02-05 Matt CoralloAdd support for CNAME resource records
2024-02-05 Matt CoralloSupport returning verified RRs from multiple zones...
2024-02-05 Matt CoralloShuffle the ordering of RRs when validating an RR strea...
2024-02-05 Matt CoralloInitial checkin