summaryrefslogtreecommitdiffstats
path: root/ssl/record/ssl3_record_tls13.c
AgeCommit message (Expand)Author
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell
2017-04-19Fix minor compiler issues.Todd Short
2017-03-16Update end of early data processing for draft-19Matt Caswell
2017-03-02Provide functions to write early dataMatt Caswell
2017-02-08Fix crash in tls13_encMatt Caswell
2017-02-08Use contants for Chacha/Poly, redo algorithm expressions.Dr. Stephen Henson
2017-02-08Add CCM mode support for TLS 1.3Dr. Stephen Henson
2017-01-10Ensure the record sequence number gets incrementedMatt Caswell
2016-11-29Fix some style issues in the TLSv1.3 nonce construction codeMatt Caswell
2016-11-29Use the TLSv1.3 nonce constructionMatt Caswell