From: Bob Halley Date: Tue, 21 Sep 2021 16:03:51 +0000 (-0700) Subject: change the RFC cite for CERT X-Git-Tag: v2.2.0rc1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01a76e7f969ee62dd634771fc63507c3735d8890;p=thirdparty%2Fdnspython.git change the RFC cite for CERT --- diff --git a/dns/rdtypes/ANY/CERT.py b/dns/rdtypes/ANY/CERT.py index f2483c20..f35ce3ad 100644 --- a/dns/rdtypes/ANY/CERT.py +++ b/dns/rdtypes/ANY/CERT.py @@ -70,7 +70,7 @@ class CERT(dns.rdata.Rdata): """CERT record""" - # see RFC 2538 + # see RFC 4398 __slots__ = ['certificate_type', 'key_tag', 'algorithm', 'certificate']