commit | ff74aeb1fa43d616c06cc519df7baae5916f1cba | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri Jul 08 15:26:13 2016 +0100 |
committer | Matt Caswell <matt@openssl.org> | Tue Jul 19 12:18:46 2016 +0100 |
tree | 8aae7b91b9bb34794ae7b178ca4f29b2e772137a | |
parent | e01a610db8dc7b86422fd08447de25756ddc21e9 [diff] |
Split out ECDHE from tls_process_key_exchange() Continuing from the previous commit. Refactor tls_process_key_exchange() to split out into a separate function the ECDHE aspects. Reviewed-by: Richard Levitte <levitte@openssl.org>