commit | b088331ec07b91a376c051f19810e5bfcae6dec1 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Thu Aug 06 09:54:13 2015 -0400 |
committer | Adam Langley <agl@google.com> | Fri Aug 07 01:47:21 2015 +0000 |
tree | 581a4e53f82495308d3c84f407db53182b40627c | |
parent | d6a4ae97cdc118d2505a10acf613706c9ae32a54 [diff] |
Simplify handshake hash handling. Rather than support arbitrarily many handshake hashes in the general case (which the PRF logic assumes is capped at two), special-case the MD5/SHA1 two-hash combination and otherwise maintain a single rolling hash. Change-Id: Ide9475565b158f6839bb10b8b22f324f89399f92 Reviewed-on: https://boringssl-review.googlesource.com/5618 Reviewed-by: Adam Langley <agl@google.com>