]> git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/vfyCacCert/vfyAllCerts
4877da6cdca4513a185512c0f78deb18a813a236
[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