Sign in
flutter
/
third_party
/
openssl
/
refs/heads/upstream/SSLeay
/
.
/
tools
/
c_name
blob: 4b33e68c5941268d2a8ffd8ff145a88512417e83 [
file
] [
edit
]
#!/bin/sh
#
# print the subject
#
for
i
in
$
*
do
n
=
`ssleay x509 -subject -noout -in $i`
echo
"$i $n"
done