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:
@@ -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
|
||||
|
Reference in New Issue
Block a user