allow breaking early, print a dot for each certificate that is processed.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16253 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-10-28 14:16:23 +00:00
parent 7f3c73aaec
commit 6f657ec556

View File

@@ -43,6 +43,9 @@ test -d "$nistdir" || exit 77
while read validate verify cert chain1 chain2 ; do
expr "$validate" : "#" > /dev/null && continue
test "$validate" = "end" && break
echo -n .
if ./hxtool validate $nistdir/$cert > /dev/null; then
if test "$validate" = "f"; then