summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_locl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't restrict the number of KeyUpdate messages we can processMatt Caswell2019-02-221-3/+0
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Separate ca_names handling for client and serverMatt Caswell2018-11-121-1/+2
* Don't calculate the Finished MAC twiceMatt Caswell2018-02-091-0/+1
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-1/+9
* Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk2018-01-251-0/+2
* Add support for sending TLSv1.3 cookiesMatt Caswell2018-01-241-1/+7
* Don't flush the ClientHello if we're going to send early dataMatt Caswell2017-12-281-4/+2
* Merge HRR into ServerHelloMatt Caswell2017-12-141-0/+2
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-141-0/+7
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-83/+81
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-1/+10
* Store groups as uint16_tDr. Stephen Henson2017-09-221-4/+1
* Add server side sanity checks of SNI/ALPN for use with early_dataMatt Caswell2017-08-311-0/+2
* Add TLSv1.3 server side external PSK supportMatt Caswell2017-06-211-1/+1
* Convert key exchange to one shot callDr. Stephen Henson2017-06-211-0/+2
* Add a new unsolicited extension error code and add enum tagMatt Caswell2017-05-171-1/+1
* Fail if we receive a response to an extension that we didn't requestMatt Caswell2017-05-171-75/+93
* Send the supported_groups extension in EE where applicableMatt Caswell2017-05-081-0/+6
* Call init and finalization functions per extension messageTatsuhiro Tsujikawa2017-04-261-2/+3
* Implement a new custom extensions APIMatt Caswell2017-04-071-0/+4
* Move the extensions context codes into the public APIMatt Caswell2017-04-071-23/+0
* Allow signature algorithms in TLS 1.3 certificate request extensions.Dr. Stephen Henson2017-03-171-0/+1
* Move parsing and construction of CA names to separate functionsDr. Stephen Henson2017-03-171-0/+3
* HelloRetryRequest updates for draft-19Matt Caswell2017-03-161-1/+1
* Merge early_data_info extension into early_dataMatt Caswell2017-03-161-5/+0
* Update end of early data processing for draft-19Matt Caswell2017-03-161-0/+3
* Add basic TLSv1.3 cookie supportMatt Caswell2017-03-051-0/+4
* Various fixes required to allow SSL_write/SSL_read during early dataMatt Caswell2017-03-021-0/+3
* Implement client side parsing of the early_data extensionMatt Caswell2017-03-021-0/+2
* Construct the server side early_data extensionMatt Caswell2017-03-021-0/+2
* Parse the early_data extensionMatt Caswell2017-03-021-0/+2
* Construct the early_data extensionMatt Caswell2017-03-021-0/+2
* Parse the ticket_early_data_info extensionMatt Caswell2017-03-021-0/+2
* Construct the ticket_early_data_info extensionMatt Caswell2017-03-021-0/+3
* output number of exts from tls_collect_extensions()Benjamin Kaduk2017-02-231-1/+1
* Updates following review feedbackMatt Caswell2017-02-171-0/+3
* Add the ability for a client to receive a KeyUpdate messageMatt Caswell2017-02-171-0/+2
* Provide a function to send a KeyUpdate messageMatt Caswell2017-02-171-0/+1
* Implement support for resumption with a HelloRetryRequestMatt Caswell2017-02-141-0/+3
* Add client side support for parsing Hello Retry RequestMatt Caswell2017-02-141-0/+1
* Make the context available to the extensions parse and construction funcsMatt Caswell2017-02-141-103/+122
* Implement server side of PSK extension constructionMatt Caswell2017-01-301-0/+2
* Implement Server side of PSK extension parsingMatt Caswell2017-01-301-0/+7
* Add support for client side parsing of the PSK extensionMatt Caswell2017-01-301-0/+1
* Construct the client side psk extension for TLSv1.3Matt Caswell2017-01-301-0/+2
* Process incoming NewSessionTicket messages on the client sideMatt Caswell2017-01-301-1/+0
* Create the NewSessionTicket message in TLSv1.3Matt Caswell2017-01-301-1/+1
* Add support for the psk_key_exchange_modes extensionMatt Caswell2017-01-301-0/+4
* Move TLSv1.3 Session Ticket processing into the state machineMatt Caswell2017-01-301-0/+1