summaryrefslogtreecommitdiffstats
path: root/ssl/statem/extensions_srvr.c
AgeCommit message (Expand)Author
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell
2017-12-06Fix bug in TLSv1.3 PSK processingMatt Caswell
2017-12-04Add some more cleanupsMatt Caswell
2017-12-04Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell
2017-12-04Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-06Change curves to groups where relevantDr. Stephen Henson
2017-10-06Use separate functions for supported and peer groups listsDr. Stephen Henson
2017-09-26Rename tls1_get_curvelist.Dr. Stephen Henson
2017-09-26New function ssl_generate_param_groupDr. Stephen Henson
2017-09-26Replace tls1_ec_curve_id2nid.Dr. Stephen Henson
2017-09-22Store groups as uint16_tDr. Stephen Henson
2017-08-31Add server side sanity checks of SNI/ALPN for use with early_dataMatt Caswell
2017-08-31Enable the ability to use an external PSK for sending early_dataMatt Caswell
2017-08-11Fix some Typos and indentsFdaSilvaYY
2017-08-09Don't modify resumed session objectsBenjamin Kaduk
2017-07-18Fix early_data with an HRRMatt Caswell
2017-07-07Do not allow non-dhe kex_modes by defaultMatt Caswell
2017-06-21Fix some bugs in the TLSv1.3 PSK codeMatt Caswell
2017-06-21Add TLSv1.3 server side external PSK supportMatt Caswell
2017-06-16Move ciphersuite selection before session resumption in TLSv1.3Matt Caswell
2017-06-06Fix #2400 Add NO_RENEGOTIATE optionTodd Short
2017-05-19Try to be more consistent about the alerts we sendMatt Caswell
2017-05-17Fail if we receive a response to an extension that we didn't requestMatt Caswell
2017-05-11Send a missing_extension alert if key_share/supported groups not presentMatt Caswell
2017-05-11Fix some alert codesMatt Caswell
2017-05-10Fix 'no-ec'Richard Levitte
2017-05-08Updates to supported_groups following review feedbackMatt Caswell
2017-05-08Send the supported_groups extension in EE where applicableMatt Caswell
2017-04-19Fix minor compiler issues.Todd Short
2017-04-07Move the extensions context codes into the public APIMatt Caswell
2017-03-16Merge early_data_info extension into early_dataMatt Caswell
2017-03-04Fix a memory leak on an error pathMatt Caswell
2017-03-02Silence some clang warningsMatt Caswell
2017-03-02Don't accept early_data if we are going to issue a HelloRetryRequestMatt Caswell
2017-03-02Validate the ticket age for resumed sessionsMatt Caswell
2017-03-02Construct the server side early_data extensionMatt Caswell
2017-03-02Parse the early_data extensionMatt Caswell
2017-03-02Construct the ticket_early_data_info extensionMatt Caswell
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell
2017-02-14Implement support for resumption with a HelloRetryRequestMatt Caswell
2017-02-14Add server side support for creating the Hello Retry Request messageMatt Caswell
2017-02-14Make the context available to the extensions parse and construction funcsMatt Caswell
2017-01-30Add a TODO around validating the ticket ageMatt Caswell
2017-01-30If we have no suitable PSK kex modes then don't attempt to resumeMatt Caswell
2017-01-30Miscellaneous style tweaks based on feedback receivedMatt Caswell
2017-01-30Always ensure that session->cipher is setMatt Caswell
2017-01-30Implement server side of PSK extension constructionMatt Caswell
2017-01-30Implement Server side of PSK extension parsingMatt Caswell