aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/statem/extensions_cust.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-0/+1
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-9/+21
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-1/+2
* Move ossl_assertMatt Caswell2017-08-031-0/+1
* Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell2017-05-221-2/+4
* Copy custom extension flags in a call to SSL_set_SSL_CTX()Matt Caswell2017-05-101-0/+20
* Only send custom extensions where we have received one in the ClientHelloMatt Caswell2017-05-031-5/+4
* Return success in custom_ext_parse_old_cb_wrap if parse_cb is NULLGraham Edgecombe2017-04-261-0/+3
* Remove an out of date TODOMatt Caswell2017-04-071-5/+0
* Create an ENDPOINT enum type for use internallyMatt Caswell2017-04-071-21/+24
* Prefix custom extension API callback types with SSL_Matt Caswell2017-04-071-6/+6
* Various style tweaks based on feedbackMatt Caswell2017-04-071-14/+14
* Implement a new custom extensions APIMatt Caswell2017-04-071-70/+289
* Move ssl/t1_ext.c to ssl/statem/extensions_cust.cMatt Caswell2017-04-071-0/+277