Import OpenSSL-0.9.8i.
[dragonfly.git] / crypto / openssl-0.9.7d / tools / c_name
blob28800c0b30c1e854223446910bfef4ec4299a690
1 #!/bin/sh
3 # print the subject
6 for i in $*
7 do
8 n=`openssl x509 -subject -noout -in $i`
9 echo "$i $n"
10 done