summaryrefslogtreecommitdiffstats
path: root/ssl/tls13_enc.c
AgeCommit message (Expand)Author
2017-08-31Make sure we use the correct cipher when using the early_secretMatt Caswell
2017-08-31Enable the ability to use an external PSK for sending early_dataMatt Caswell
2017-07-17Fix TLSv1.3 exporter secretTatsuhiro Tsujikawa
2017-07-07Update tls13_hkdf_expand() to take the length of the dataMatt Caswell
2017-07-03Fix TLSv1.3 exporterMatt Caswell
2017-06-29Updates following review of SSL_export_key_material() changesMatt Caswell
2017-06-29Update SSL_export_keying_material() for TLSv1.3Matt Caswell
2017-06-12Fix a memleak in tls13_generate_secret.Bernd Edlinger
2017-05-08Remove support for OPENSSL_SSL_TRACE_CRYPTOMatt Caswell
2017-05-03Update the HKDF labels for draft-20Matt Caswell
2017-04-19Fix minor compiler issues.Todd Short
2017-03-29More typo fixesFdaSilvaYY
2017-03-19TLS1.3: Correct intermediate secret derivationJoseph Birr-Pixton
2017-03-16Update end of early data processing for draft-19Matt Caswell
2017-03-16Update secret generation for draft-19Matt Caswell
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