]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Adds SMIMEA record type, RFC 8162 578/head
authorNils Wisiol <mail@nils-wisiol.de>
Thu, 27 Aug 2020 07:47:02 +0000 (09:47 +0200)
committerNils Wisiol <mail@nils-wisiol.de>
Thu, 27 Aug 2020 07:49:46 +0000 (09:49 +0200)
commit0f19845344b468325d3fc6d3919ccc0869b6ca9d
tree54ac3eb88c15aa67d59b49c99232bdcf06cf1e3d
parentd6a95982fcd454a10467260bfb874c3c9d31d06f
Adds SMIMEA record type, RFC 8162
dns/rdatatype.py
dns/rdtypes/ANY/SMIMEA.py [new file with mode: 0644]
dns/rdtypes/ANY/__init__.py
doc/rdata-subclasses.rst
doc/rdatatype-list.rst
doc/rfc.rst
tests/example
tests/example1.good
tests/example2.good
tests/example3.good
tests/test_rdata.py