Split out DHE CKE construction into a separate function
authorMatt Caswell <matt@openssl.org>
Fri, 8 Jul 2016 08:51:02 +0000 (09:51 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 18 Jul 2016 22:05:14 +0000 (23:05 +0100)
commit67ad5aabe6b6d60ac27f6a4b10e7b1ba65113829
tree31ea697a2fb243e6ce3167e8dd35dc115d970ff0
parenta8c1c7040aabdb78f9bec21ba16be8f262de1444
Split out DHE CKE construction into a separate function

Continuing previous commit to break up the
tls_construct_client_key_exchange() function. This splits out the ECDHE
code.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/statem/statem_clnt.c