Add de/serialization and structs for NSec and NSec3 records
[dnssec-prover] / src / ser.rs
2024-02-26 Matt CoralloAdd de/serialization and structs for NSec and NSec3...
2024-02-12 Matt CoralloAdd support for DNAME resolution
2024-02-12 Matt CoralloAvoid allocating for all message buffers, expose queryi...
2024-02-11 Matt CoralloLimit recursion when reading name labels from other...
2024-02-07 Matt CoralloFeature-gate validation and document crate features
2024-02-06 Matt CoralloInclude the resolver-provided TTL in the response
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