summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2009-11-13 04:06:54 +0900
committerBob Halley <halley@nominum.com>2009-11-13 04:06:54 +0900
commit3323a3612d5b3c34e21dcd105ffac2a5b3be4889 (patch)
tree22a742c4acbfd91b47c42bd704f96ad6311b8048 /ChangeLog
parentff64ce87300903a843ab13a2b4ff1ab6633371ba (diff)
downloaddnspython-3323a3612d5b3c34e21dcd105ffac2a5b3be4889.tar.gz
add support for more TSIG algorithms
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b9cc50..496d21d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.