Browse Source

[master] changelog entry for #1370

JINMEI Tatuya 13 years ago
parent
commit
09f6d6281a
1 changed files with 9 additions and 0 deletions
  1. 9 0
      ChangeLog

+ 9 - 0
ChangeLog

@@ -1,3 +1,12 @@
+323.	[bug]		jinmei
+	b10-xfrout incorrectly skipped adding TSIG RRs to some
+	intermediate responses (when TSIG is to be used for the
+	responses).  While RFC2845 optionally allows to skip intermediate
+	TSIGs (as long as the digest for the skipped part was included
+	in a later TSIG), the underlying TSIG API doesn't support this
+	mode of signing.
+	(Trac #1370, git 76fb414ea5257b639ba58ee336fae9a68998b30d)
+
 322.	[func]		jinmei
 	datasrc: Added C++ API for retrieving difference of two versions
 	of a zone.  A new ZoneJournalReader class was introduced for this