commit | fc7129dc37f38022382338cf37cee795d975450f | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Mon Nov 13 11:24:51 2017 +0000 |
committer | Matt Caswell <matt@openssl.org> | Thu Dec 14 15:06:37 2017 +0000 |
tree | 5421f62439bbae70443f8a352508413a039bb00f | |
parent | 6f40214f68d06820304e6f9a4c60099a1fbce10c [diff] |
Update state machine to send CCS based on whether we did an HRR The CCS may be sent at different times based on whether or not we sent an HRR earlier. In order to make that decision this commit also updates things to make sure we remember whether an HRR was used or not. Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/4701)