#
# Copyright (C) 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
if [ "$CYGWIN" ]; then
CHECKDS="$CHECKDS -d $DIG -D $WINDSFROMKEY"
else
CHECKDS="$CHECKDS -d $DIG -D $DSFROMKEY"
fi
status=0
n=1
echo "I:checking for correct DS, looking up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for correct DS, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for correct DLV, looking up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for correct DLV, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for incorrect DS, lowronging up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for incorrect DS, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for incorrect DLV, lowronging up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for incorrect DLV, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for partially missing DS, looking up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for partially missing DS, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for partially missing DLV, looking up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for partially missing DLV, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for entirely missing DS, looking up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for entirely missing DS, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for entirely missing DLV, looking up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for entirely missing DLV, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:exit status: $status"