summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2012-04-10 13:07:31 +0100
committerBob Halley <halley@nominum.com>2012-04-10 13:07:31 +0100
commit790cfe8283cfad38a21ee22d31b36ece173f266d (patch)
treea22fc2297c5c6beae908d05541dc8df54ce7c726 /ChangeLog
parent8b1996ac8aa5cf9cccb80276facb7eefda90dc86 (diff)
downloaddnspython-790cfe8283cfad38a21ee22d31b36ece173f266d.tar.gz
Fix python3 port issues with RSA validation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81650fe..46609f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-04-10 Bob Halley <halley@dnspython.org>
+
+ * dns/dnssec.py (_validate_rrsig): Fix python3 port issues with
+ RSA validation.
+
2012-04-08 Bob Halley <halley@dnspython.org>
* (Version 1.10.0 released)