]> granicus.if.org Git - openssl/commit
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:17:30 +0000 (15:17 +0100)
commit5d23e1303c8e4f3c9371cb28366e51fda7a583a7
tree5aa96bfb16ff2c8daedf54894a8ac135cbf415af
parentf7c7aa69f70089aeee3ff6c180ebcdf48c2a8808
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/s3_clnt.c
ssl/d1_clnt.c
ssl/s3_clnt.c
ssl/ssl_locl.h