commit | 07046a094637630f7e8255100b0a4bc47d7a5c9d | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Sun Dec 14 18:45:49 2014 -0500 |
committer | Adam Langley <agl@google.com> | Tue Dec 16 01:35:53 2014 +0000 |
tree | 733c6cb9d19ad7bffb8608b73610328664031ec0 | |
parent | 16d031a493e8daef375b0d512ba01c3064132c24 [diff] |
Consistently use ssl_handshake_start and ssl_set_handshake_header. Some of the messages did the computation manually which would bite us if we tried to transplant them between DTLS and TLS. More importantly, it precludes moving the handshake hash computation from ssl_do_write to ssl_set_handshake_header. Change-Id: I9d400deb0720e62cb1ab905242eb0679ad650a46 Reviewed-on: https://boringssl-review.googlesource.com/2600 Reviewed-by: Adam Langley <agl@google.com>