summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2014-04-04 06:16:44 -0700
committerBob Halley <halley@dnspython.org>2014-04-04 06:16:44 -0700
commitc7b16bfeea84266936b04345fd65aff191ed126d (patch)
tree9bc03955a81b6b5263aa07051bda50fd818af77e /ChangeLog
parenta4e1e13ac1dfe0f5a7c76183bb9964cb4441ccac (diff)
downloaddnspython-c7b16bfeea84266936b04345fd65aff191ed126d.tar.gz
Responses to messages signed with TSIG were broken.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51ea381..ed81d98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-04-04 Bob Halley <halley@dnspython.org>
+
+ * dns/message.py: Making a response didn't work correctly if the
+ query was signed with TSIG and we knew the key. Thanks to Jeffrey
+ Stiles for reporting the problem.
+
2014-01-10 Bob Halley <halley@ndnspython.org>
* dns/inet.py (is_multicast): Removed lingering ord()s.