commit | 4a01c59f3689db930d056c84f548d525f651cc6b | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri Sep 30 10:38:32 2016 +0100 |
committer | Matt Caswell <matt@openssl.org> | Mon Oct 03 16:25:48 2016 +0100 |
tree | 4675daccaca8228a76062c00a14fa9cebaff1604 | |
parent | 5923ad4bbe5d13c2fcc11f7849594db838ea57bd [diff] |
Harmonise setting the header and closing construction Ensure all message types work the same way including CCS so that the state machine doesn't need to know about special cases. Put all the special logic into ssl_set_handshake_header() and ssl_close_construct_packet(). Reviewed-by: Rich Salz <rsalz@openssl.org>