commit | ace081c1ed98346328e251884c3bea4b41cb50ad | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Thu Dec 29 17:11:27 2016 +0000 |
committer | Matt Caswell <matt@openssl.org> | Tue Jan 10 23:02:50 2017 +0000 |
tree | 3fc9e0107807c84d411a2916785c4e303cb9117c | |
parent | 4954fd13b3c71f0f74677b78533f1176e13de032 [diff] |
Fix client application traffic secret A misreading of the TLS1.3 spec meant we were using the handshake hashes up to and including the Client Finished to calculate the client application traffic secret. We should be only use up until the Server Finished. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2157)