dnssec-prover
2024-02-09 Matt CoralloFix various test runs in `test.sh`
2024-02-09 Matt CoralloAdd testing of doc links in test.sh
2024-02-09 Matt CoralloAdd a utility function to resolve CNAMEs in verified RRs
2024-02-08 Matt CoralloBump version for SHA-1 validation
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 CoralloBump version mostly for docs.rs to display all methods
2024-02-08 Matt CoralloEnable all features for docs.rs builds
2024-02-08 Matt CoralloReject names containing "s
2024-02-08 Matt CoralloAdd JSON writing of records, primarily for the WASM...
2024-02-08 Matt CoralloBump release version for various cleanups
2024-02-08 Matt CoralloClean up some comments
2024-02-08 Matt CoralloAdd WASM validation library
2024-02-08 Matt CoralloReturn early if we get a response with no answers
2024-02-08 Matt CoralloInclude an octet-stream header/CORS headers in proof...
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 CoralloBump version to 0.3.2 for bug fixes
2024-02-06 Matt CoralloMake HTTP server large-req DoS safe rather than using...
2024-02-06 Matt CoralloCorrect TXT sort order on unlikely edge cases
2024-02-06 Matt CoralloCorrect length calculation when writing TXT records
2024-02-06 Matt CoralloBump version for bug fixes
2024-02-06 Matt CoralloCorrect TXT record sort order
2024-02-06 Matt CoralloCorrect proof validation for records at a zone root
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 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