Make sure info callback knows about all handshake start events
authorMatt Caswell <matt@openssl.org>
Wed, 4 Apr 2018 13:28:23 +0000 (14:28 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 17 Apr 2018 15:51:03 +0000 (16:51 +0100)
commit7f9f5f71e48b12b6029871cbf8542f21c7883c6c
tree1b2028dbb1b6aca57881c83695f46d1c0d7409a4
parentc2c1d8a495d540e0b1b61f20c2c14f0c7ab7a8f0
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)
ssl/statem/statem_srvr.c