Re: SHA-2 support in openssl?

2012-01-07 Thread Shahid Mahmood
smitha daggubati smithad123 at gmail.com writes: Marc,Thanks for the reply. On Wed, Nov 18, 2009 at 2:54 PM, Jean-Marc Desperrier jmdesp at free.fr wrote: smitha daggubati wrote: Does openssl have support for SHA-2.  ? I know that SHA-2 is part of  the crypto library but looking

Re: SHA-2 support in openssl?

2012-01-07 Thread Dr. Stephen Henson
On Fri, Jan 06, 2012, Shahid Mahmood wrote: smitha daggubati smithad123 at gmail.com writes: Hello Marc, Smitha and everyone, Just wanted to know the current state and level of SHA-2 support in Openssl (as of Jan 6, 2012). Specifically, do we have a support for SHA-2 for SSL in openssl

Re: SHA-2 support in openssl?

2009-11-18 Thread Jean-Marc Desperrier
smitha daggubati wrote: Does openssl have support for SHA-2. ? I know that SHA-2 is part of the crypto library but looking at the way the context is setup in ssl_ctx_new we are setiing up ret-sha1=EVP_get_digestbyname(ssl3-sha1)) So is there a way to establish an openssl connection using

Re: SHA-2 support in openssl?

2009-11-18 Thread smitha daggubati
Marc, Thanks for the reply. On Wed, Nov 18, 2009 at 2:54 PM, Jean-Marc Desperrier jmd...@free.frwrote: smitha daggubati wrote: Does openssl have support for SHA-2. ? I know that SHA-2 is part of the crypto library but looking at the way the context is setup in ssl_ctx_new we are setiing

SHA-2 support in openssl?

2009-11-17 Thread smitha daggubati
Hello all, Does openssl have support for SHA-2. ? I know that SHA-2 is part of the crypto library but looking at the way the context is setup in ssl_ctx_new we are setiing up ret-sha1=EVP_get_digestbyname(ssl3-sha1)) So is there a way to establish an openssl connection using SHA-2 currently