Ticket #5453 enhancement closed invalid
Add EDNS0, DNSSEC record types to twisted.names
| Reported by: | BobNovas | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | names | Keywords: | review, DNS, EDNS0, DNSSEC, Serial Number Arithmetic |
| Cc: | Branch: | ||
| Author: | Bob Novas | Launchpad Bug: |
Description
This patch, applied to twisted 11.1.0, adds the following record types to dns.py: OPTHeader, Record_OPT, Record_RRSIG, Record_DS, Record_DNSKEY, Record_NSEC, Record_NSEC3PARAM, Record_NSEC3. It also adds a serial number arithmetic module, used to compare DNSSEC dates. And finally, it adds tests for the new record types and classes to test_dns.
This patch is the first patch of a number of patches that add EDNS0 and DNSSEC capability to twisted names. This patch simply adds the new record types (and tests) with no behavioral changes.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

