commit | 7f9f5f71e48b12b6029871cbf8542f21c7883c6c | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Wed Apr 04 14:28:23 2018 +0100 |
committer | Matt Caswell <matt@openssl.org> | Tue Apr 17 16:51:03 2018 +0100 |
tree | 1b2028dbb1b6aca57881c83695f46d1c0d7409a4 | |
parent | c2c1d8a495d540e0b1b61f20c2c14f0c7ab7a8f0 [diff] |
Make sure info callback knows about all handshake start events The first session ticket sent by the server is actually tacked onto the end of the first handshake from a state machine perspective. However in reality this is a post-handshake message, and should be preceeded by a handshake start event from an info callback perspective. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5874)