From 236c73059eaf59e6f936ce6313207eb410c77997 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 21 Mar 2023 14:04:16 -0700 Subject: [PATCH] Note DNSSEC zone signing (NSEC) is now available. --- doc/dnssec.rst | 2 ++ doc/whatsnew.rst | 3 +++ 2 files changed, 5 insertions(+) diff --git a/doc/dnssec.rst b/doc/dnssec.rst index b14be628..06392bc3 100644 --- a/doc/dnssec.rst +++ b/doc/dnssec.rst @@ -25,6 +25,8 @@ DNSSEC Functions .. autofunction:: dns.dnssec.cds_rdataset_to_ds_rdataset() .. autofunction:: dns.dnssec.dnskey_rdataset_to_cds_rdataset() .. autofunction:: dns.dnssec.dnskey_rdataset_to_cdnskey_rdataset() +.. autofunction:: dns.dnssec.default_rrset_signer() +.. autofunction:: dns.dnssec.sign_zone() DNSSEC Algorithms ----------------- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index acdbc10b..d6502cb5 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -17,6 +17,9 @@ What's New in dnspython * DNS-over-HTTPS now only uses httpx; support for requests has been dropped. A source port may now be supplied when using httpx. +* DNSSEC zone signing with NSEC records is now supported. Thank you + very much (again!) Jakob Schlyter! + * Curio support has been removed. 2.3.0 -- 2.47.3