aboutsummaryrefslogtreecommitdiff
path: root/ssl/statem/statem_locl.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-421/+0
2019-06-17Allow TLSv1.3 in a no-ec buildMatt Caswell1-2/+3
2019-02-22Don't restrict the number of KeyUpdate messages we can processMatt Caswell1-3/+0
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte1-1/+1
2018-11-12Separate ca_names handling for client and serverMatt Caswell1-1/+2
2018-02-09Don't calculate the Finished MAC twiceMatt Caswell1-0/+1
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short1-1/+9
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk1-0/+2
2018-01-24Add support for sending TLSv1.3 cookiesMatt Caswell1-1/+7
2017-12-28Don't flush the ClientHello if we're going to send early dataMatt Caswell1-4/+2
2017-12-14Merge HRR into ServerHelloMatt Caswell1-0/+2
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell1-0/+7
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell1-83/+81
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY1-1/+10
2017-09-22Store groups as uint16_tDr. Stephen Henson1-4/+1
2017-08-31Add server side sanity checks of SNI/ALPN for use with early_dataMatt Caswell1-0/+2
2017-06-21Add TLSv1.3 server side external PSK supportMatt Caswell1-1/+1
2017-06-21Convert key exchange to one shot callDr. Stephen Henson1-0/+2
2017-05-17Add a new unsolicited extension error code and add enum tagMatt Caswell1-1/+1
2017-05-17Fail if we receive a response to an extension that we didn't requestMatt Caswell1-75/+93
2017-05-08Send the supported_groups extension in EE where applicableMatt Caswell1-0/+6
2017-04-26Call init and finalization functions per extension messageTatsuhiro Tsujikawa1-2/+3
2017-04-07Implement a new custom extensions APIMatt Caswell1-0/+4
2017-04-07Move the extensions context codes into the public APIMatt Caswell1-23/+0
2017-03-17Allow signature algorithms in TLS 1.3 certificate request extensions.Dr. Stephen Henson1-0/+1
2017-03-17Move parsing and construction of CA names to separate functionsDr. Stephen Henson1-0/+3
2017-03-16HelloRetryRequest updates for draft-19Matt Caswell1-1/+1
2017-03-16Merge early_data_info extension into early_dataMatt Caswell1-5/+0
2017-03-16Update end of early data processing for draft-19Matt Caswell1-0/+3
2017-03-04Add basic TLSv1.3 cookie supportMatt Caswell1-0/+4
2017-03-02Various fixes required to allow SSL_write/SSL_read during early dataMatt Caswell1-0/+3
2017-03-02Implement client side parsing of the early_data extensionMatt Caswell1-0/+2
2017-03-02Construct the server side early_data extensionMatt Caswell1-0/+2
2017-03-02Parse the early_data extensionMatt Caswell1-0/+2
2017-03-02Construct the early_data extensionMatt Caswell1-0/+2
2017-03-02Parse the ticket_early_data_info extensionMatt Caswell1-0/+2
2017-03-02Construct the ticket_early_data_info extensionMatt Caswell1-0/+3
2017-02-23output number of exts from tls_collect_extensions()Benjamin Kaduk1-1/+1
2017-02-17Updates following review feedbackMatt Caswell1-0/+3
2017-02-17Add the ability for a client to receive a KeyUpdate messageMatt Caswell1-0/+2
2017-02-17Provide a function to send a KeyUpdate messageMatt Caswell1-0/+1
2017-02-14Implement support for resumption with a HelloRetryRequestMatt Caswell1-0/+3
2017-02-14Add client side support for parsing Hello Retry RequestMatt Caswell1-0/+1
2017-02-14Make the context available to the extensions parse and construction funcsMatt Caswell1-103/+122
2017-01-30Implement server side of PSK extension constructionMatt Caswell1-0/+2
2017-01-30Implement Server side of PSK extension parsingMatt Caswell1-0/+7
2017-01-30Add support for client side parsing of the PSK extensionMatt Caswell1-0/+1
2017-01-30Construct the client side psk extension for TLSv1.3Matt Caswell1-0/+2
2017-01-30Process incoming NewSessionTicket messages on the client sideMatt Caswell1-1/+0
2017-01-30Create the NewSessionTicket message in TLSv1.3Matt Caswell1-1/+1