commit | de9f5b3554274e27949941cbe74a07c8a5f25dbf | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri May 18 17:33:19 2018 +0100 |
committer | Matt Caswell <matt@openssl.org> | Wed May 23 13:48:33 2018 +0100 |
tree | 6b0ad2d848af8b28cd1809e5e9901cf7dd8725ee | |
parent | b501ab6bee469eafb8b67ac38896bb689ab632fa [diff] |
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)