Split out SRP from tls_process_key_exchange()
authorMatt Caswell <matt@openssl.org>
Fri, 8 Jul 2016 13:55:56 +0000 (14:55 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 19 Jul 2016 11:18:46 +0000 (12:18 +0100)
commit25c6c10cd7facdbf96a43a6031aad5a8a2e3b7e7
tree3e83a0ba54f5c8ac244a08d2183503bce07b5f0c
parent7dc1c64774d712629388f89373a494f992f441dd
Split out SRP from tls_process_key_exchange()

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

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