I'm not a very experienced PHP developer but I have been given the task to check the digest of an x509 certificate. I know that for PHP 5.6 there is a function called openssl_x509_fingerprint() but I need to display the digest on a PHP 5.3 server. Is there an older or alternate function for this one?
Thanks, taiBsu