3 # Copyright (C) 2004, 2007, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
4 # Copyright (C) 2000, 2001 Internet Software Consortium.
6 # Permission to use, copy, modify, and/or distribute this software for any
7 # purpose with or without fee is hereby granted, provided that the above
8 # copyright notice and this permission notice appear in all copies.
10 # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
11 # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12 # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
13 # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14 # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16 # PERFORMANCE OF THIS SOFTWARE.
18 cp -f ns
2/example1.db ns
2/example.db
19 cp -f ns
2/named1.conf ns
2/named.conf
20 cp -f ns
3/named1.conf ns
3/named.conf
22 rm -f ns
2/external
/inline.db.signed
23 rm -f ns
2/external
/inline.db.signed.jnl
25 rm -f ns
2/internal
/inline.db.signed
26 rm -f ns
2/internal
/inline.db.signed.jnl
29 .
$SYSTEMTESTTOP/conf.sh
31 test -r $RANDFILE ||
$GENRANDOM 400 $RANDFILE
34 # We remove k1 and k2 as KEYGEN is deterministic when given the
35 # same source of "random" data and we want different keys for
36 # internal and external instances of inline.
38 $KEYGEN -K ns
2/internal
-r $RANDFILE -3q inline
> /dev
/null
2>&1
39 $KEYGEN -K ns
2/internal
-r $RANDFILE -3qfk inline
> /dev
/null
2>&1
40 k1
=`$KEYGEN -K ns2/external -r $RANDFILE -3q inline 2> /dev/null`
41 k2
=`$KEYGEN -K ns2/external -r $RANDFILE -3qfk inline 2> /dev/null`
42 $KEYGEN -K ns
2/external
-r $RANDFILE -3q inline
> /dev
/null
2>&1
43 $KEYGEN -K ns
2/external
-r $RANDFILE -3qfk inline
> /dev
/null
2>&1
44 test -n "$k1" && rm -f ns
2/external
/$k1.
*
45 test -n "$k2" && rm -f ns
2/external
/$k2.
*