dtls_get_message changes for state machine move
authorMatt Caswell <matt@openssl.org>
Tue, 11 Aug 2015 10:41:03 +0000 (11:41 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:32:44 +0000 (08:32 +0000)
commit76af303761670cd54a93f1b196bcd7b2eaf7c29c
tree1b322504bf486e4197b07a053e3259def02d94f6
parentf6a2f2da58d6ba0042a9e94cf7281e5db23e9333
dtls_get_message changes for state machine move

Create a dtls_get_message function similar to the old dtls1_get_message but
in the format required for the new state machine code. The old function will
eventually be deleted in later commits.

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