dnssec-prover
2024-02-06 Matt CoralloInclude the resolver-provided TTL in the response
2024-02-06 Matt Coralloimpl Debug/Clone on VerifiedRRStream
2024-02-06 Matt CoralloAdd test script
2024-02-06 Matt CoralloBump version now that we're (relatively) feature-complete
2024-02-06 Matt CoralloClean up documentation TODO
2024-02-06 Matt CoralloAdd trivial HTTP server which serves proofs
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 CoralloBump version to 0.2 as we now have full proof building...
2024-02-05 Matt CoralloEnable querying async using tokio
2024-02-05 Matt CoralloAdd support for building proofs using a local recursive...
2024-02-05 Matt CoralloAdd support for parsing compressed names out of wire...
2024-02-05 Matt CoralloAdd support for A/AAAA/NS records
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 CoralloFix repository link
2024-02-05 Matt CoralloShuffle the ordering of RRs when validating an RR strea...
2024-02-05 Matt CoralloAdd license and Cargo metadata
2024-02-05 Matt CoralloInitial checkin