Move DTLS CCS processing into the state machine
authorMatt Caswell <matt@openssl.org>
Tue, 2 Jun 2015 10:33:07 +0000 (11:33 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 3 Aug 2015 10:18:05 +0000 (11:18 +0100)
commitc69f2adf71d888ba1a2090ec0be3319eb024efe3
tree636732ef25910b5710d95d7695e21723d68bc816
parent657da85eea3a5825b2dd25ff25b99ec206c48136
Move DTLS CCS processing into the state machine

Continuing on from the previous commit this moves the processing of DTLS
CCS messages out of the record layer and into the state machine.

Reviewed-by: Tim Hudson <tjh@openssl.org>
ssl/d1_both.c
ssl/d1_clnt.c
ssl/d1_srvr.c
ssl/record/rec_layer_d1.c
ssl/s3_both.c
ssl/ssl_locl.h