]> git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/vfyCacCert/vfyAllCerts
Security-57336.1.9.tar.gz
[apple/security.git] / SecurityTests / clxutils / vfyCacCert / vfyAllCerts
1 #! /bin/csh -f
2 #
3 # run vfyCacCert on all (known good) certs in certs/.
4 #
5 set CERTDIR=certs
6 foreach i ($CERTDIR/*.c*)
7 echo $i
8 vfyCacCert $i || exit(1)
9 end