Split create_ssl_connection()
authorMatt Caswell <matt@openssl.org>
Mon, 4 Jul 2016 13:55:50 +0000 (14:55 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Aug 2016 12:52:40 +0000 (13:52 +0100)
commitb4982125e63882cf9d77c704ef555105528a5dac
tree1b7d2a2aebd8f614c5a5b6a91ea849792e2822c0
parentd82dec40ba87408697357b04ba0d71a2be69c5fb
Split create_ssl_connection()

Split the create_ssl_connection() helper function into two steps: one to
create the SSL objects, and one to actually create the connection. This
provides the ability to make changes to the SSL object before the
connection is actually made.

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/asynciotest.c
test/sslapitest.c
test/ssltestlib.c
test/ssltestlib.h