Sign in
flutter
/
third_party
/
openssl
/
651d0aff98d28e2db146afa1790e9e22f3ef22db
/
.
/
tools
/
c_info
blob: 5dd960b3a1ec30309764d2d6de56fe24e156ade2 [
file
] [
log
] [
blame
]
#!/bin/sh
#
# print the subject
#
for
i
in
$
*
do
n
=
`ssleay x509 -subject -issuer -enddate -noout -in $i`
echo
"$i"
echo
"$n"
echo
"--------"
done