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 13:57:15 +0000 (14:57 +0100)
commit980bc1ec6114f5511b20c2e6ca741e61a39b99d6
tree7f2c210f3f4cfb1a13f04b07de00c238c8fe55de
parent7b3ba508af5c86afe43e28174aa3c53a0a24f4d9
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>
ssl/d1_clnt.c
ssl/s3_clnt.c
ssl/ssl_locl.h