]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/s3_lib.c
Split out PSK preamble and RSA from process CKE code
authorMatt Caswell <matt@openssl.org>
Wed, 6 Jul 2016 08:55:31 +0000 (09:55 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 18 Jul 2016 21:55:07 +0000 (22:55 +0100)
commit0907d7105cbf8d72b267f4453f96dd636fa59621
tree4e0bededa6aed005cb48b1477de3208c58647f7a
parentbb5592dd7b4c00581731091a84f4652687fe43a6
Split out PSK preamble and RSA from process CKE code

The tls_process_client_key_exchange() function is far too long. This
splits out the PSK preamble processing, and the RSA processing into
separate functions.

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