[master] fix insecure delegation across static-stub zones

3689.	[bug]		Fixed a bug causing an insecure delegation from one
			static-stub zone to another to fail with a broken
			trust chain. [RT #35081]
This commit is contained in:
Evan Hunt
2013-12-12 22:19:33 -08:00
parent 3b1b34f762
commit 9b895f30f1
7 changed files with 123 additions and 18 deletions

View File

@@ -13,8 +13,6 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: insecure.secure.example.db,v 1.9 2007/06/19 23:47:02 tbox Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
2000042407 ; serial
@@ -23,8 +21,8 @@ $TTL 300 ; 5 minutes
1814400 ; expire (3 weeks)
3600 ; minimum (1 hour)
)
NS ns
ns A 10.53.0.3
NS ns2
ns2 A 10.53.0.2
a A 10.0.0.1
b A 10.0.0.2