Define a util method to convert a type value to the type's name
[dnssec-prover] / src / rr.rs
2024-02-26 Matt CoralloDefine a util method to convert a type value to the...
2024-02-26 Matt CoralloAdd debug checks that we don't leave data behind after...
2024-02-26 Matt CoralloRefuse to include \s in the JSON output of a TXT record
2024-02-26 Matt CoralloForce all names to lowercase ASCII as it is the canonic...
2024-02-26 Matt CoralloAdd trivial helper method to get the label count in...
2024-02-12 Matt CoralloAdd support for DNAME resolution
2024-02-12 Matt CoralloExpose constants for various supported record wire...
2024-02-11 Matt CoralloImplement Display for Name
2024-02-11 Matt CoralloFix overflowing subtract in vec preallocation
2024-02-09 Matt CoralloAdd testing of doc links in test.sh
2024-02-08 Matt CoralloReject names containing "s
2024-02-08 Matt CoralloAdd JSON writing of records, primarily for the WASM...
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 CoralloCorrect TXT record sort order
2024-02-06 Matt CoralloClean up documentation TODO
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