]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2155] add notes for SIG(0)
authorYoshitaka Aharen <aharen@jprs.co.jp>
Thu, 25 Oct 2012 11:48:21 +0000 (20:48 +0900)
committerYoshitaka Aharen <aharen@jprs.co.jp>
Thu, 25 Oct 2012 11:48:21 +0000 (20:48 +0900)
src/bin/auth/auth_srv.cc

index a2973018067db2e785ea7ee9619dccb94d8bbc43..8cc4a2d66bed4be914da1056249dd2c7cb6ba434 100644 (file)
@@ -564,7 +564,9 @@ AuthSrv::processMessage(const IOMessage& io_message, Message& message,
         tsig_error = tsig_context->verify(tsig_record, io_message.getData(),
                                           io_message.getDataSize());
         // statistics: check TSIG attributes
-        // SIG(0) is currently not implemented in Auth
+        // SIG(0) is currently not implemented in Auth, but it is implemented
+        // in BIND 9. At the point we support it, the code to check if the
+        // signature is valid would be around here.
         stats_attrs.setQuerySig(true, false,
                                 tsig_error == TSIGError::NOERROR());
     }