#
# Copyright (C) 2010, 2012, 2014, 2016, 2017 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/.
# $Id: tests.sh,v 1.3 2010/06/08 23:50:24 tbox Exp $
DIGOPTS="+tcp +noadd +nosea +nostat +nocmd +dnssec -p 5300"
status=0
ret=0
algs=""
if [ "x$have_rsa" != "x" ]; then
algs="rsa "
fi
if [ "x$have_ecc" != "x" ]; then
fi
if [ "x$have_ecx" != "x" ]; then
fi
echo "I:testing PKCS#11 key generation ($alg)"
echo "I:testing offline signing with PKCS#11 keys ($alg)"
echo "I:testing inline signing with PKCS#11 keys ($alg)"
server 10.53.0.1 5300
ttl 300
zone $alg.example.
update add `grep -v ';' ns1/${alg}.key`
send
END
echo "I:waiting 20 seconds for key changes to take effect"
sleep 20
echo "I:testing PKCS#11 key destroy ($alg)"
ret=0
esac
done
echo "I:exit status: $status"