Implement Client TLS state machine
authorMatt Caswell <matt@openssl.org>
Mon, 7 Sep 2015 15:36:53 +0000 (16:36 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:32:44 +0000 (08:32 +0000)
commit8723588e1b9a13511ffd7b806c73293120bc1f44
tree37743b5fa29f0c50f8eacfc328179207e999e87a
parentb9908bf9b8d6d609736b537f4ecda720ff5dc078
Implement Client TLS state machine

This swaps the implementation of the client TLS state machine to use the
new state machine code instead.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/d1_msg.c
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/s3_both.c
ssl/s3_clnt.c
ssl/ssl_locl.h
ssl/statem.c