Split out DHE from tls_process_key_exchange()
authorMatt Caswell <matt@openssl.org>
Fri, 8 Jul 2016 14:08:50 +0000 (15:08 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 19 Jul 2016 11:18:46 +0000 (12:18 +0100)
commite01a610db8dc7b86422fd08447de25756ddc21e9
tree2263f2bd85594ed4648006cf35af45e90757ea40
parent25c6c10cd7facdbf96a43a6031aad5a8a2e3b7e7
Split out DHE from tls_process_key_exchange()

Continuing from the previous commit. Refactor tls_process_key_exchange() to
split out into a separate function the DHE aspects.

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