mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 18:19:42 +00:00
3040. [bug] Named failed to validate insecure zones where a node
with a CNAME existed between the trust anchor and the top of the zone. [RT #23338]
This commit is contained in:
parent
ddd40390be
commit
4f07b2b00c
4
CHANGES
4
CHANGES
@ -1,3 +1,7 @@
|
|||||||
|
3040. [bug] Named failed to validate insecure zones where a node
|
||||||
|
with a CNAME existed between the trust anchor and the
|
||||||
|
top of the zone. [RT #23338]
|
||||||
|
|
||||||
3039. [func] Redirect on NXDOMAIN support. [RT #23146]
|
3039. [func] Redirect on NXDOMAIN support. [RT #23146]
|
||||||
|
|
||||||
3038. [bug] Install <dns/rpz.h>. [RT #23342]
|
3038. [bug] Install <dns/rpz.h>. [RT #23342]
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: clean.sh,v 1.34 2011/02/14 23:53:43 marka Exp $
|
# $Id: clean.sh,v 1.35 2011/02/23 11:30:34 marka Exp $
|
||||||
|
|
||||||
rm -f */K* */keyset-* */dsset-* */dlvset-* */signedkey-* */*.signed
|
rm -f */K* */keyset-* */dsset-* */dlvset-* */signedkey-* */*.signed
|
||||||
rm -f */trusted.conf */managed.conf */tmp* */*.jnl */*.bk
|
rm -f */trusted.conf */managed.conf */tmp* */*.jnl */*.bk
|
||||||
@ -47,3 +47,6 @@ rm -f signer/example.db
|
|||||||
rm -f ns2/algroll.db
|
rm -f ns2/algroll.db
|
||||||
rm -f ns3/kskonly.example.db
|
rm -f ns3/kskonly.example.db
|
||||||
rm -f ns4/named.conf
|
rm -f ns4/named.conf
|
||||||
|
rm -f ns3/auto-nsec.example.db ns3/auto-nsec3.example.db
|
||||||
|
rm -f ns3/secure.below-cname.example.db
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
; PERFORMANCE OF THIS SOFTWARE.
|
; PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
; $Id: example.db.in,v 1.27 2011/02/15 23:47:35 tbox Exp $
|
; $Id: example.db.in,v 1.28 2011/02/23 11:30:35 marka Exp $
|
||||||
|
|
||||||
$TTL 300 ; 5 minutes
|
$TTL 300 ; 5 minutes
|
||||||
@ IN SOA mname1. . (
|
@ IN SOA mname1. . (
|
||||||
@ -116,3 +116,12 @@ ns.auto-nsec A 10.53.0.3
|
|||||||
|
|
||||||
auto-nsec3 NS ns.auto-nsec3
|
auto-nsec3 NS ns.auto-nsec3
|
||||||
ns.auto-nsec3 A 10.53.0.3
|
ns.auto-nsec3 A 10.53.0.3
|
||||||
|
|
||||||
|
|
||||||
|
below-cname CNAME some.where.else.
|
||||||
|
|
||||||
|
insecure.below-cname NS ns.insecure.below-cname
|
||||||
|
ns.insecure.below-cname A 10.53.0.3
|
||||||
|
|
||||||
|
secure.below-cname NS ns.secure.below-cname
|
||||||
|
ns.secure.below-cname A 10.53.0.3
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: sign.sh,v 1.44 2011/02/15 23:47:35 tbox Exp $
|
# $Id: sign.sh,v 1.45 2011/02/23 11:30:35 marka Exp $
|
||||||
|
|
||||||
SYSTEMTESTTOP=../..
|
SYSTEMTESTTOP=../..
|
||||||
. $SYSTEMTESTTOP/conf.sh
|
. $SYSTEMTESTTOP/conf.sh
|
||||||
@ -32,7 +32,7 @@ zonefile=example.db
|
|||||||
|
|
||||||
for subdomain in secure bogus dynamic keyless nsec3 optout nsec3-unknown \
|
for subdomain in secure bogus dynamic keyless nsec3 optout nsec3-unknown \
|
||||||
optout-unknown multiple rsasha256 rsasha512 kskonly update-nsec3 \
|
optout-unknown multiple rsasha256 rsasha512 kskonly update-nsec3 \
|
||||||
auto-nsec auto-nsec3
|
auto-nsec auto-nsec3 secure.below-cname
|
||||||
do
|
do
|
||||||
cp ../ns3/dsset-$subdomain.example. .
|
cp ../ns3/dsset-$subdomain.example. .
|
||||||
done
|
done
|
||||||
|
32
bin/tests/system/dnssec/ns3/insecure.below-cname.example.db
Normal file
32
bin/tests/system/dnssec/ns3/insecure.below-cname.example.db
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
|
||||||
|
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||||
|
;
|
||||||
|
; Permission to use, copy, modify, and/or distribute this software for any
|
||||||
|
; purpose with or without fee is hereby granted, provided that the above
|
||||||
|
; copyright notice and this permission notice appear in all copies.
|
||||||
|
;
|
||||||
|
; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
||||||
|
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
; AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||||
|
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
||||||
|
; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
||||||
|
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
; PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
|
; $Id: insecure.below-cname.example.db,v 1.2 2011/02/23 11:30:35 marka Exp $
|
||||||
|
|
||||||
|
$TTL 300 ; 5 minutes
|
||||||
|
@ IN SOA mname1. . (
|
||||||
|
2000042407 ; serial
|
||||||
|
20 ; refresh (20 seconds)
|
||||||
|
20 ; retry (20 seconds)
|
||||||
|
1814400 ; expire (3 weeks)
|
||||||
|
3600 ; minimum (1 hour)
|
||||||
|
)
|
||||||
|
NS ns
|
||||||
|
ns A 10.53.0.3
|
||||||
|
|
||||||
|
a A 10.0.0.1
|
||||||
|
b A 10.0.0.2
|
||||||
|
d A 10.0.0.4
|
||||||
|
z A 10.0.0.26
|
@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: named.conf,v 1.42 2011/02/15 22:02:36 marka Exp $ */
|
/* $Id: named.conf,v 1.43 2011/02/23 11:30:35 marka Exp $ */
|
||||||
|
|
||||||
// NS3
|
// NS3
|
||||||
|
|
||||||
@ -192,4 +192,14 @@ zone "auto-nsec3.example" {
|
|||||||
file "auto-nsec3.example.db.signed";
|
file "auto-nsec3.example.db.signed";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zone "insecure.below-cname.example" {
|
||||||
|
type master;
|
||||||
|
file "insecure.below-cname.example.db";
|
||||||
|
};
|
||||||
|
|
||||||
|
zone "secure.below-cname.example" {
|
||||||
|
type master;
|
||||||
|
file "secure.below-cname.example.db.signed";
|
||||||
|
};
|
||||||
|
|
||||||
include "trusted.conf";
|
include "trusted.conf";
|
||||||
|
32
bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in
Normal file
32
bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
|
||||||
|
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||||
|
;
|
||||||
|
; Permission to use, copy, modify, and/or distribute this software for any
|
||||||
|
; purpose with or without fee is hereby granted, provided that the above
|
||||||
|
; copyright notice and this permission notice appear in all copies.
|
||||||
|
;
|
||||||
|
; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
||||||
|
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
; AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||||
|
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
||||||
|
; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
||||||
|
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
; PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
|
; $Id: secure.below-cname.example.db.in,v 1.2 2011/02/23 11:30:35 marka Exp $
|
||||||
|
|
||||||
|
$TTL 300 ; 5 minutes
|
||||||
|
@ IN SOA mname1. . (
|
||||||
|
2000042407 ; serial
|
||||||
|
20 ; refresh (20 seconds)
|
||||||
|
20 ; retry (20 seconds)
|
||||||
|
1814400 ; expire (3 weeks)
|
||||||
|
3600 ; minimum (1 hour)
|
||||||
|
)
|
||||||
|
NS ns
|
||||||
|
ns A 10.53.0.3
|
||||||
|
|
||||||
|
a A 10.0.0.1
|
||||||
|
b A 10.0.0.2
|
||||||
|
d A 10.0.0.4
|
||||||
|
z A 10.0.0.26
|
@ -15,7 +15,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: sign.sh,v 1.36 2011/02/15 22:02:36 marka Exp $
|
# $Id: sign.sh,v 1.37 2011/02/23 11:30:35 marka Exp $
|
||||||
|
|
||||||
SYSTEMTESTTOP=../..
|
SYSTEMTESTTOP=../..
|
||||||
. $SYSTEMTESTTOP/conf.sh
|
. $SYSTEMTESTTOP/conf.sh
|
||||||
@ -315,3 +315,13 @@ kskname=`$KEYGEN -q -3 -r $RANDFILE -fk $zone`
|
|||||||
zskname=`$KEYGEN -q -3 -r $RANDFILE $zone`
|
zskname=`$KEYGEN -q -3 -r $RANDFILE $zone`
|
||||||
cat $infile $kskname.key $zskname.key >$zonefile
|
cat $infile $kskname.key $zskname.key >$zonefile
|
||||||
$SIGNER -P -3 - -r $RANDFILE -o $zone $zonefile > /dev/null 2>&1
|
$SIGNER -P -3 - -r $RANDFILE -o $zone $zonefile > /dev/null 2>&1
|
||||||
|
|
||||||
|
#
|
||||||
|
# Secure below cname test zone.
|
||||||
|
#
|
||||||
|
zone=secure.below-cname.example.
|
||||||
|
infile=secure.below-cname.example.db.in
|
||||||
|
zonefile=secure.below-cname.example.db
|
||||||
|
keyname=`$KEYGEN -q -r $RANDFILE -a RSASHA1 -b 1024 -n zone $zone`
|
||||||
|
cat $infile $keyname.key >$zonefile
|
||||||
|
$SIGNER -P -r $RANDFILE -o $zone $zonefile > /dev/null 2>&1
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: tests.sh,v 1.76 2011/02/15 22:02:36 marka Exp $
|
# $Id: tests.sh,v 1.77 2011/02/23 11:30:35 marka Exp $
|
||||||
|
|
||||||
SYSTEMTESTTOP=..
|
SYSTEMTESTTOP=..
|
||||||
. $SYSTEMTESTTOP/conf.sh
|
. $SYSTEMTESTTOP/conf.sh
|
||||||
@ -1155,5 +1155,24 @@ n=`expr $n + 1`
|
|||||||
if [ $ret != 0 ]; then echo "I:failed"; fi
|
if [ $ret != 0 ]; then echo "I:failed"; fi
|
||||||
status=`expr $status + $ret`
|
status=`expr $status + $ret`
|
||||||
|
|
||||||
|
echo "I:checking that a insecure zone beneath a cname resolves ($n)"
|
||||||
|
ret=0
|
||||||
|
$DIG $DIGOPTS soa insecure.below-cname.example. @10.53.0.4 > dig.out.ns4.test$n || ret=1
|
||||||
|
grep "NOERROR" dig.out.ns4.test$n > /dev/null || ret=1
|
||||||
|
grep "ANSWER: 1," dig.out.ns4.test$n > /dev/null || ret=1
|
||||||
|
n=`expr $n + 1`
|
||||||
|
if [ $ret != 0 ]; then echo "I:failed"; fi
|
||||||
|
status=`expr $status + $ret`
|
||||||
|
|
||||||
|
echo "I:checking that a secure zone beneath a cname resolves ($n)"
|
||||||
|
ret=0
|
||||||
|
$DIG $DIGOPTS soa secure.below-cname.example. @10.53.0.4 > dig.out.ns4.test$n || ret=1
|
||||||
|
grep "NOERROR" dig.out.ns4.test$n > /dev/null || ret=1
|
||||||
|
grep "ANSWER: 2," dig.out.ns4.test$n > /dev/null || ret=1
|
||||||
|
grep "flags:.* ad[ ;]" dig.out.ns4.test$n > /dev/null || ret=1
|
||||||
|
n=`expr $n + 1`
|
||||||
|
if [ $ret != 0 ]; then echo "I:failed"; fi
|
||||||
|
status=`expr $status + $ret`
|
||||||
|
|
||||||
echo "I:exit status: $status"
|
echo "I:exit status: $status"
|
||||||
exit $status
|
exit $status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user