Sign in
flutter
/
third_party
/
openssl
/
0cb9d93d0c00a547bf2b45cf5a5af41df4e4dc9d
/
.
/
tools
/
c_issuer
blob: 55821ab740d5ac02475fb4cfe9e32a22837b5b95 [
file
]
#!/bin/sh
#
# print out the issuer
#
for
i
in
$
*
do
n
=
`openssl x509 -issuer -noout -in $i`
echo
"$i $n"
done