summaryrefslogtreecommitdiffstats
path: root/ssl/tls13_enc.c
AgeCommit message (Expand)Author
2017-01-10Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell
2017-01-10Fix client application traffic secretMatt Caswell
2017-01-10Use the correct size for TLSv1.3 finished keysMatt Caswell
2016-11-29Fix a travis compilation errorMatt Caswell
2016-11-29Use the TLSv1.3 nonce constructionMatt Caswell
2016-11-24Fix a bogus uninit var warningMatt Caswell
2016-11-23Fix a double ;; causing a travis failureMatt Caswell
2016-11-23Fix some style issues with TLSv1.3 state machine PRMatt Caswell
2016-11-23Fix some style issues identified during reviewMatt Caswell
2016-11-23Create the Finished message payloadMatt Caswell
2016-11-23Update state machine to be closer to TLS1.3Matt Caswell
2016-11-23Implement tls13_change_cipher_state()Matt Caswell
2016-11-09Ensure the key and iv labels are declared as staticMatt Caswell
2016-11-09Add support for TLS1.3 secret generationMatt Caswell