diff options
| author | Bob Halley <halley@nominum.com> | 2009-11-13 04:06:54 +0900 |
|---|---|---|
| committer | Bob Halley <halley@nominum.com> | 2009-11-13 04:06:54 +0900 |
| commit | 3323a3612d5b3c34e21dcd105ffac2a5b3be4889 (patch) | |
| tree | 22a742c4acbfd91b47c42bd704f96ad6311b8048 /ChangeLog | |
| parent | ff64ce87300903a843ab13a2b4ff1ab6633371ba (diff) | |
| download | dnspython-3323a3612d5b3c34e21dcd105ffac2a5b3be4889.tar.gz | |
add support for more TSIG algorithms
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,12 +1,14 @@ -2009-11-13 Bob Halley <halley@nominum.com> +2009-11-13 Bob Halley <halley@dnspython.org> + + * Support has been added for hmac-sha1, hmac-sha224, hmac-sha256, + hmac-sha384 and hmac-sha512. Thanks to Kevin Chen for a + thoughtful, high quality patch. * dns/update.py (Update::present): A zero TTL was not added if present() was called with a single rdata, causing _add() to be unhappy. Thanks to Eugene Kim for reporting the problem and submitting a patch. -2009-11-13 Bob Halley <halley@dnspython.org> - * dns/entropy.py: Use os.urandom() if present. Don't seed until someone wants randomness. |
