Revision 77ada38dbd13a06b5e91f6edc06cf63c46fc15e7 authored by Dr. Stephen Henson on 29 November 2012, 19:15:52 UTC, committed by Dr. Stephen Henson on 29 November 2012, 19:15:52 UTC
Submitted by: jean-etienne.schwartz@bull.net In OCSP_basic_varify return an error if X509_STORE_CTX_init fails.
1 parent 8124ebc
c_hash
#!/bin/sh
# print out the hash values
#
for i in $*
do
h=`openssl x509 -hash -noout -in $i`
echo "$h.0 => $i"
done

Computing file changes ...