Careful about this. The technically correct answer is misleading.
Yes, MD5 is used in the PRF, but it is XORed with SHA1. So you get at
least the strength of stronger of the two.
--David Jacobson
On 4/23/13 3:31 AM, Erwann Abalea wrote:
MD5 is used in TLS1.0 for RSA signing and random derivation (PRF). See
RFC2246.
(Please note that OpenSSL hasn't been mentioned in this sentence).
SHA256 used for the PRF is available with TLS1.2 only. SHA256 used for
the HMAC is available for some ciphersuites defined for TLS1.2 only
(but I think you could define your own with TLS1.0).
--
Erwann ABALEA
Le 23/04/2013 08:29, Venkataragavan Narayanaswamy a écrit :
Hi,
We are currently analyzing and understanding the security strength of
the openSSL internal implementation to certify the products.
In version 0.9.8d, TLSv1.0 alone is supported. Can you please answer
the following or provide me with the documentation reference
1.Does openSSL library use MD5 internally for any operation?
2.Can we have SHA256 in the ciphersuite with TLSv1.0?
Thanks,
Venkat