<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/tests/example4.good, branch master</title>
<subtitle>github.com: rthalley/dnspython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/'/>
<entry>
<title>Fix NSEC3 base32 processing. (#929)</title>
<updated>2023-05-06T14:15:32+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2023-05-06T14:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=bf8deda6da437ec5fdaaf5261b8674deb8e6d31c'/>
<id>bf8deda6da437ec5fdaaf5261b8674deb8e6d31c</id>
<content type='text'>
The NSEC3 next name field is defined as base32 with no padding, but the
code was doing base32 decoding with padding.  This wouldn't have any
effect in the normal case, since the only defined NSEC3 hashing
algorithm is SHA1, and that generates a 160 bit hash that doesn't
require padding when encoded in base32.

This change removes generated padding after encode, rejects padded input
on decode, and adds necessary padding for decode.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The NSEC3 next name field is defined as base32 with no padding, but the
code was doing base32 decoding with padding.  This wouldn't have any
effect in the normal case, since the only defined NSEC3 hashing
algorithm is SHA1, and that generates a 160 bit hash that doesn't
require padding when encoded in base32.

This change removes generated padding after encode, rejects padded input
on decode, and adds necessary padding for decode.</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for RFC 6742 types.</title>
<updated>2021-07-13T22:29:30+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2021-07-13T22:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=4174b2ec8715747175173d1c3406b62b6bc67bc7'/>
<id>4174b2ec8715747175173d1c3406b62b6bc67bc7</id>
<content type='text'>
This adds the NID, L32, L64, and LP types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the NID, L32, L64, and LP types.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add want_origin parameter to zone to_text() and to_file().</title>
<updated>2021-06-13T21:50:13+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-06-13T21:50:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=5a9f9497ee379d1f58cf521d623fb9ebbc23ce17'/>
<id>5a9f9497ee379d1f58cf521d623fb9ebbc23ce17</id>
<content type='text'>
[Issue #654]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Issue #654]
</pre>
</div>
</content>
</entry>
</feed>
