From: Bob Halley Date: Sat, 6 Jan 2024 16:09:53 +0000 (-0800) Subject: GSS-TSIG doco updates X-Git-Tag: v2.5.0rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ace5a5113741a174fd6fb174233b678948be210e;p=thirdparty%2Fdnspython.git GSS-TSIG doco updates --- diff --git a/doc/message.rst b/doc/message.rst index 08381f9c..ca5a209c 100644 --- a/doc/message.rst +++ b/doc/message.rst @@ -13,6 +13,10 @@ The module provides tools for constructing and manipulating messages. TSIG signatures and EDNS are also supported. Messages can be dumped to a textual form, and also read from that form. +Dnspython has also GSS-TSIG support, but the current API is low-level. See `this +discussion `_ +for the details. + .. toctree:: message-class diff --git a/doc/rfc.rst b/doc/rfc.rst index 27afc261..c6fffdb5 100644 --- a/doc/rfc.rst +++ b/doc/rfc.rst @@ -50,10 +50,6 @@ Core RFCs `RFC 3645 `_ GSS-TSIG. - Note that dnspython does not currently have GSS-TSIG support. - GSS-TSIG is most frequently used when updating Microsoft - Active-Directory-based DNS servers. - `RFC 5936 `_ Zone transfers (AXFR).