aboutsummaryrefslogtreecommitdiff
path: root/ssl/statem/extensions_cust.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Move ossl_assertMatt Caswell1-0/+1
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell1-2/+4
2017-05-10Copy custom extension flags in a call to SSL_set_SSL_CTX()Matt Caswell1-0/+20
2017-05-03Only send custom extensions where we have received one in the ClientHelloMatt Caswell1-5/+4
2017-04-26Return success in custom_ext_parse_old_cb_wrap if parse_cb is NULLGraham Edgecombe1-0/+3
2017-04-07Remove an out of date TODOMatt Caswell1-5/+0
2017-04-07Create an ENDPOINT enum type for use internallyMatt Caswell1-21/+24
2017-04-07Prefix custom extension API callback types with SSL_Matt Caswell1-6/+6
2017-04-07Various style tweaks based on feedbackMatt Caswell1-14/+14
2017-04-07Implement a new custom extensions APIMatt Caswell1-70/+289
2017-04-07Move ssl/t1_ext.c to ssl/statem/extensions_cust.cMatt Caswell1-0/+277