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? thanks for you help. smitha