Hi Dave, Thanks for your reply.
I wanted to parse the x509 certificate using openssl-0.9.8l which is signed by sha256WithRSAEncryption algorithm. I am not explicitly calling EVP_DigestInit_ex() to initailse EVP_sha256(). Is it possible to decrypt the certificate using TLS.10 Thanks, Gayathri On Wed, Nov 7, 2012 at 1:28 AM, Dave Thompson <dthomp...@prinpay.com> wrote: > >From: owner-openssl-us...@openssl.org On Behalf Of Gayathri Manoj > >Sent: Saturday, 03 November, 2012 06:48 > > >Is any configure option available to enable SHA256 by default > >in OpenSSL 0.9.8l. > > The *algorithm* is included by default in 0.9.8 as far back as I have, > and it should work as a plain digest and for (hybrid) signatures e.g. > certs. > > If you want the ciphersuites that use SHA256 (or SHA384) HMAC, > or the new SHA2-based KDF, those only exist in TLSv1.2. > TLSv1.2 isn't implemented until 1.0.1. > > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager majord...@openssl.org >