Hello, I am facing a problem with the OCSP_basic_verify call. I have a client certificate which is having the signature algorithm as sha1RSA. I have made sure that i call SSL_library_init with initialization of the EVP_sha1 digest.
But i still see the error while processing the OCSP response: Response failed basic verification; Detail 'error:0D0C50A1:asn1 encoding routines:ASN1_item_verify:unknown message digest algorithm' Can anyone help me point out what possibly could be the issue. Thanks, Kartik