Split out SRP CKE construction into a separate function
authorMatt Caswell <matt@openssl.org>
Fri, 8 Jul 2016 09:43:59 +0000 (10:43 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 18 Jul 2016 22:05:14 +0000 (23:05 +0100)
commit840a2bf8eccc5efa77f84e8470b33ac0c64bb020
treed82ffaee70fa806dc9f9231cc46f021f56eeb03a
parente00e0b3d84719e80ed5a8fd48c1162537c2fa12c
Split out SRP CKE construction into a separate function

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

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