Remove ssl3_check_finished.
authorEmilia Kasper <emilia@openssl.org>
Wed, 19 Nov 2014 15:28:11 +0000 (16:28 +0100)
committerEmilia Kasper <emilia@openssl.org>
Thu, 20 Nov 2014 14:26:26 +0000 (15:26 +0100)
commitb8712b2b9a51d65127606fd25cb549d93406b7a0
tree8e5922facb1cef0deaacb9cc68f651b501b053b7
parent1eaccbef5787a746305a99ad9b66cf2105344e87
Remove ssl3_check_finished.

The client sends a session ID with the session ticket, and uses
the returned ID to detect resumption, so we do not need to peek
at handshake messages: s->hit tells us explicitly if we're resuming.

An equivalent change was independently made in BoringSSL, see commit
407886f589cf2dbaed82db0a44173036c3bc3317.

Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 980bc1ec6114f5511b20c2e6ca741e61a39b99d6)

Conflicts:
ssl/d1_clnt.c
ssl/s3_clnt.c
ssl/d1_clnt.c
ssl/s3_clnt.c
ssl/ssl_locl.h