Brad House wrote:
I'm aware that this question has been asked before, but is anyone
working on adding SHA256 support to the existing ciphersuites?  I'm
developing an application that requires these, so I'd appreciate it if
anyone could give me an update on when this support will be implemented,
or if it is planned at this stage?

Maybe I'm missing your point, but SHA256 is already in libcrypto:
http://cvs.openssl.org/rlog?f=openssl/crypto/sha/sha256.c

And evp.h defines const EVP_MD *EVP_sha256(void); so EVP supports it...:
http://cvs.openssl.org/rlog?f=openssl/crypto/evp/evp.h

Were you looking for something else?

i think he was talking about ssl ciphers, these are different from those in libcrypto. SSL ciphers go like SSL3_CK_RSA_RC4_128_SHA. So he probably meant whether openssl has support for SHA2 in the hash part of ssl ciphers.

i haven't seen sha2 in any of the snapshots. maybe one of the openssl developers can comment?


-jb
--
mathematician, n.:
Some one who believes imaginary things appear right before your i's.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to