]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
DNSSEC users should note that DNSSEC validation involving
authorAndreas Gustafsson <source@isc.org>
Wed, 2 May 2001 19:05:58 +0000 (19:05 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 2 May 2001 19:05:58 +0000 (19:05 +0000)
        algorithms other than RSA will not interoperate between
        9.1.2rc1 and older versions of BIND 9, because the older
        versions use an incorrect formula for calculating key tags
        of non-RSA keys.

README

diff --git a/README b/README
index 521cdef930c0a499a2322dd7e182ebe143755140..2411786bc708fa1a4f7669b6e1f9847d4c8267ca 100644 (file)
--- a/README
+++ b/README
@@ -51,6 +51,12 @@ BIND 9.1.2rc1
        It contains fixes for a number of bugs in BIND 9.1.1
        but no new features.
 
+       DNSSEC users should note that DNSSEC validation involving
+       algorithms other than RSA will not interoperate between
+       9.1.2rc1 and older versions of BIND 9, because the older
+       versions use an incorrect formula for calculating key tags
+       of non-RSA keys.
+
        Features introduced in 9.1.0 included:
 
          - Many BIND 8 features previously unimplemented in BIND 9,