Commit 28ba2541 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

PRF and handshake hash revision.



Change handshake hash array into a single digest context simplifying the
handhake hash code. Use EVP_md5_sha1() if needed for handshake hashes in
TLS 1.1 and earlier.

Simplify PRF code to also use a single digest and treat EVP_md5_sha1()
as a special case.

Modify algorithm2 field of ciphers to use a single index value for handshake
hash and PRF instead of a bitmap.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent 2a9b9654
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment