commit | 28ba2541f9f5e61ddef548d3bead494ff6946db2 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Wed Nov 25 18:20:50 2015 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Fri Nov 27 19:04:14 2015 +0000 |
tree | 62ce07aee098ea394943f63e20e829a702961ce0 | |
parent | 2a9b96548afc0d540ab873a31dc1a72c66cba434 [diff] |
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: Matt Caswell <matt@openssl.org>