Use the client app traffic secret for PHA Finished message
authorMatt Caswell <matt@openssl.org>
Fri, 18 May 2018 16:33:19 +0000 (17:33 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 23 May 2018 12:48:33 +0000 (13:48 +0100)
commitde9f5b3554274e27949941cbe74a07c8a5f25dbf
tree6b0ad2d848af8b28cd1809e5e9901cf7dd8725ee
parentb501ab6bee469eafb8b67ac38896bb689ab632fa
Use the client app traffic secret for PHA Finished message

The TLSv1.3 spec requires us to use the client application traffic secret
during generation of the Finished message following a post handshake
authentication.

Fixes #6263

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/6297)
ssl/tls13_enc.c