| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix NSEC3 base32 processing. (#929) | Brian Wellington | 2023-05-06 | 1 | -0/+1 |
| | | | | | | | | | | | The NSEC3 next name field is defined as base32 with no padding, but the code was doing base32 decoding with padding. This wouldn't have any effect in the normal case, since the only defined NSEC3 hashing algorithm is SHA1, and that generates a 160 bit hash that doesn't require padding when encoded in base32. This change removes generated padding after encode, rejects padded input on decode, and adds necessary padding for decode. | ||||
| * | Add support for RFC 6742 types. | Brian Wellington | 2021-07-13 | 1 | -0/+14 |
| | | | | | This adds the NID, L32, L64, and LP types. | ||||
| * | Add want_origin parameter to zone to_text() and to_file(). | Bob Halley | 2021-06-13 | 1 | -0/+154 |
| [Issue #654] | |||||
