Sign in
flutter
/
third_party
/
openssl
/
9cb0969f657bcc297430fefb9a51e78c52703121
/
.
/
tools
/
c_issuer
blob: a885b24b7baec599d2db49c91be9e2fb91a2ae9f [
file
] [
log
] [
blame
]
#!/bin/sh
#
# print out the issuer
#
for
i
in
$
*
do
n
=
`ssleay x509 -issuer -noout -in $i`
echo
"$i\t$n"
done