Hi,
How do I get a SHA1 or MD5 hash from a certificate in DER format through the OpenSSL API ?
And, for which would be similar to the following:
"openssl x509 -sha1 -in cert.pem -noout -fingerprint" but in a way pragmatically.
Thanks,
Oscar
