]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/statem/statem_clnt.c
Move PACKET creation into the state machine
authorMatt Caswell <matt@openssl.org>
Thu, 10 Sep 2015 09:22:30 +0000 (10:22 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:38:18 +0000 (08:38 +0000)
commit73999b62a27d9ac7c10ff27d79fd2bab97f97670
tree8f20ec21ee6952e282f709025a45dc801e572438
parent0131df49ee1f98918e958c05b0d4f56b7d441f83
Move PACKET creation into the state machine

Previously each message specific process function would create its own
PACKET structure. Rather than duplicate all of this code lots of times we
should create it in the state machine itself.

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