1047. [bug] When a request was refused due to being signed with
a TSIG key derived from an unsigned TKEY negotiation,
the response could have an rcode of SUCCESS rather
than REFUSED. [RT #1886]
+1047. [bug] When a request was refused due to being signed with
+ a TSIG key derived from an unsigned TKEY negotiation,
+ the response could have an rcode of SUCCESS rather
+ than REFUSED. [RT #1886]
+
1046. [bug] The help message for the --with-openssl configure
option was inaccurate. [RT #1880]
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: client.c,v 1.176.2.1 2001/09/19 02:44:00 marka Exp $ */
+/* $Id: client.c,v 1.176.2.2 2001/10/12 01:05:51 marka Exp $ */
#include <config.h>
ns_client_log(client, DNS_LOGCATEGORY_SECURITY,
NS_LOGMODULE_CLIENT, ISC_LOG_DEBUG(3),
"request is signed by a nonauthoritative key");
+ sigresult = DNS_R_REFUSED;
/*
* Accept update messages signed by unknown keys so that
* update forwarding works transparently through slaves