commit | 980bc1ec6114f5511b20c2e6ca741e61a39b99d6 | [log] [tgz] |
---|---|---|
author | Emilia Kasper <emilia@openssl.org> | Wed Nov 19 16:28:11 2014 +0100 |
committer | Emilia Kasper <emilia@openssl.org> | Thu Nov 20 14:57:15 2014 +0100 |
tree | 7f2c210f3f4cfb1a13f04b07de00c238c8fe55de | |
parent | 7b3ba508af5c86afe43e28174aa3c53a0a24f4d9 [diff] |
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>