aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/tls13_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a shadowed global variable warningMatt Caswell2017-02-171-7/+7
* Actually update the keys when a KeyUpdate message is sent or receivedMatt Caswell2017-02-171-48/+114
* Add CCM mode support for TLS 1.3Dr. Stephen Henson2017-02-081-4/+18
* Add support for logging out TLSv1.3 secretsCory Benfield2017-02-021-0/+10
* Construct the client side psk extension for TLSv1.3Matt Caswell2017-01-301-56/+57
* Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell2017-01-101-0/+8
* Fix client application traffic secretMatt Caswell2017-01-101-26/+36
* Use the correct size for TLSv1.3 finished keysMatt Caswell2017-01-101-2/+2
* Fix a travis compilation errorMatt Caswell2016-11-291-2/+0
* Use the TLSv1.3 nonce constructionMatt Caswell2016-11-291-50/+12
* Fix a bogus uninit var warningMatt Caswell2016-11-241-1/+1
* Fix a double ;; causing a travis failureMatt Caswell2016-11-231-1/+1
* Fix some style issues with TLSv1.3 state machine PRMatt Caswell2016-11-231-5/+3
* Fix some style issues identified during reviewMatt Caswell2016-11-231-43/+31
* Create the Finished message payloadMatt Caswell2016-11-231-12/+44
* Update state machine to be closer to TLS1.3Matt Caswell2016-11-231-0/+47
* Implement tls13_change_cipher_state()Matt Caswell2016-11-231-0/+156
* Ensure the key and iv labels are declared as staticMatt Caswell2016-11-091-2/+2
* Add support for TLS1.3 secret generationMatt Caswell2016-11-091-0/+217