aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/statem/extensions.c
Commit message (Expand)AuthorAgeFilesLines
* Add SSL_early_get1_extensions_present()Benjamin Kaduk2017-06-121-0/+2
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-091-1/+1
* Try to be more consistent about the alerts we sendMatt Caswell2017-05-191-1/+1
* Allow a missing sig algs extension if resumingMatt Caswell2017-05-171-1/+1
* 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-18/+56
* Send a missing_extension alert if key_share/supported groups not presentMatt Caswell2017-05-111-1/+4
* Don't do the final key_share checks if we are in an HRRMatt Caswell2017-05-091-0/+4
* Send the supported_groups extension in EE where applicableMatt Caswell2017-05-081-1/+1
* Update the HKDF labels for draft-20Matt Caswell2017-05-031-1/+1
* Break before && operatorTatsuhiro Tsujikawa2017-04-261-5/+5
* Call init and finalization functions per extension messageTatsuhiro Tsujikawa2017-04-261-28/+35
* Add a ciphersuite config sanity check for serversMatt Caswell2017-04-261-1/+1
* Allow an ALPN callback to pretend to not existBenjamin Kaduk2017-04-101-0/+3
* Create an ENDPOINT enum type for use internallyMatt Caswell2017-04-071-4/+4
* Implement a new custom extensions APIMatt Caswell2017-04-071-85/+75
* Move the extensions context codes into the public APIMatt Caswell2017-04-071-60/+69
* Don't use client specific functions to retrieve CA listDr. Stephen Henson2017-04-031-1/+1
* New certificate_authorities functionsDr. Stephen Henson2017-04-031-2/+2
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* Fix resumption after HRRMatt Caswell2017-03-211-2/+9
* Implement certificate_authorities extensionDr. Stephen Henson2017-03-171-0/+56
* Allow signature algorithms in TLS 1.3 certificate request extensions.Dr. Stephen Henson2017-03-171-2/+3
* Fix the Padding extensionMatt Caswell2017-03-161-1/+0
* Merge early_data_info extension into early_dataMatt Caswell2017-03-161-7/+2
* Clear alpn_selected_len for clients, tooBenjamin Kaduk2017-03-151-1/+1
* Check that the PSK extension is lastMatt Caswell2017-03-101-2/+6
* Don't call memcmp with a NULL pointerMatt Caswell2017-03-041-2/+3
* Add basic TLSv1.3 cookie supportMatt Caswell2017-03-041-0/+7
* Only accept early_data if the negotiated ALPN is the sameMatt Caswell2017-03-021-1/+5
* Don't accept early_data if we are going to issue a HelloRetryRequestMatt Caswell2017-03-021-6/+33
* Implement client side parsing of the early_data extensionMatt Caswell2017-03-021-2/+2
* Construct the server side early_data extensionMatt Caswell2017-03-021-1/+1
* Parse the early_data extensionMatt Caswell2017-03-021-1/+2
* Construct the early_data extensionMatt Caswell2017-03-021-0/+5
* Parse the ticket_early_data_info extensionMatt Caswell2017-03-021-1/+2
* Construct the ticket_early_data_info extensionMatt Caswell2017-03-021-0/+5
* output number of exts from tls_collect_extensions()Benjamin Kaduk2017-02-231-4/+6
* Don't change the state of the ETM flags until CCS processingMatt Caswell2017-02-161-2/+2
* Fix no-ec compilationMatt Caswell2017-02-141-1/+6
* Fix a bogus uninit variable warningMatt Caswell2017-02-141-1/+1
* Add a bytestogroup macroMatt Caswell2017-02-141-1/+1
* Various style fixes following review feedbackMatt Caswell2017-02-141-1/+1
* Implement support for resumption with a HelloRetryRequestMatt Caswell2017-02-141-14/+120
* Add server side support for creating the Hello Retry Request messageMatt Caswell2017-02-141-1/+7
* Make the context available to the extensions parse and construction funcsMatt Caswell2017-02-141-11/+14
* Majority rules, use session_ctx vs initial_ctxTodd Short2017-01-311-4/+4
* If we have no suitable PSK kex modes then don't attempt to resumeMatt Caswell2017-01-301-1/+0
* Miscellaneous style tweaks based on feedback receivedMatt Caswell2017-01-301-2/+1
* Implement server side of PSK extension constructionMatt Caswell2017-01-301-1/+1