]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/statem/statem_clnt.c
Implement DTLS client move to new state machine
authorMatt Caswell <matt@openssl.org>
Mon, 7 Sep 2015 21:00:36 +0000 (22:00 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:32:44 +0000 (08:32 +0000)
commit473483d42db5d176946323ac390fcd3c80ea40e6
treeebbfea748160a0ed690841b795c629cfc4091d31
parent76af303761670cd54a93f1b196bcd7b2eaf7c29c
Implement DTLS client move to new state machine

Move all DTLS client side processing into the new state machine code. A
subsequent commit will clean up the old dead code.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
include/openssl/ssl.h
ssl/d1_both.c
ssl/d1_clnt.c
ssl/s3_both.c
ssl/s3_clnt.c
ssl/ssl_err.c
ssl/ssl_locl.h
ssl/statem.c