summaryrefslogtreecommitdiffstats
path: root/ssl/tls13_enc.c
AgeCommit message (Expand)Author
2017-03-03Silence some more clang warningsMatt Caswell
2017-03-02Various fixes required to allow SSL_write/SSL_read during early dataMatt Caswell
2017-03-02Fix seg fault when sending early_data using CCM ciphersuitesMatt Caswell
2017-03-02Fix changing of the cipher state when dealing with early dataMatt Caswell
2017-03-02Implement the early data changes required in tls13_change_cipher_state()Matt Caswell
2017-03-02Provide functions to write early dataMatt Caswell
2017-02-17Fix a shadowed global variable warningMatt Caswell
2017-02-17Actually update the keys when a KeyUpdate message is sent or receivedMatt Caswell
2017-02-08Add CCM mode support for TLS 1.3Dr. Stephen Henson
2017-02-02Add support for logging out TLSv1.3 secretsCory Benfield
2017-01-30Construct the client side psk extension for TLSv1.3Matt Caswell
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