]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Note DNSSEC zone signing (NSEC) is now available.
authorBob Halley <halley@dnspython.org>
Tue, 21 Mar 2023 21:04:16 +0000 (14:04 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 21 Mar 2023 21:04:16 +0000 (14:04 -0700)
doc/dnssec.rst
doc/whatsnew.rst

index b14be628cc0e7f9010d009a8688ac2af958b82c7..06392bc3f034420b390ef1846cb4920992c01fe8 100644 (file)
@@ -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
 -----------------
index acdbc10ba70ad5c861695760e5420a414c053fc7..d6502cb57ae55ee277336cf00fc659ee2f6c281b 100644 (file)
@@ -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