RE: how to enable sha-256

2012-11-08 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Gayathri Manoj >Sent: Tuesday, 06 November, 2012 22:56 >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_sha2

Re: how to enable sha-256

2012-11-06 Thread Gayathri Manoj
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

RE: how to enable sha-256

2012-11-06 Thread Dave Thompson
>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 d