Add support back for SHA-384 DS records
[dnssec-prover] / src / validation.rs
2024-04-03 Matt CoralloAdd support back for SHA-384 DS records
2024-03-20 Matt CoralloMove RRSig loop to after DS loop to be more mindful...
2024-03-02 Matt CoralloAdd new tests to test NSEC validation behavior
2024-03-02 Matt CoralloDrop NSEC/3 records from `VerifiedRRStream::verified_rrs`
2024-03-02 Matt CoralloValidate NSec/3 records prove non-existence when handli...
2024-03-02 Matt CoralloRefresh existing test data and add NSEC/3 records
2024-03-02 Matt CoralloUse `bitcoin_hashes` rather than `ring` for hashing
2024-02-26 Matt CoralloAdd trivial helper method to get the label count in...
2024-02-12 Matt CoralloSwap test domain to something more sustainable
2024-02-12 Matt CoralloAdd support for DNAME resolution
2024-02-11 Matt CoralloAdd a parse + validate fuzzer
2024-02-10 Matt CoralloCorrect cross-zone CNAME handling in proof generation
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 CoralloAllow validating SHA1 DS records
2024-02-08 Matt CoralloClean up some comments
2024-02-07 Matt CoralloFeature-gate validation and document crate features
2024-02-06 Matt CoralloCorrect TXT sort order on unlikely edge cases
2024-02-06 Matt CoralloCorrect proof validation for records at a zone root
2024-02-06 Matt Coralloimpl Debug/Clone on VerifiedRRStream
2024-02-06 Matt CoralloMove validation into a validation module, rather than...