summaryrefslogtreecommitdiffstats
path: root/ssl/statem/extensions_cust.c
AgeCommit message (Expand)Author
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-08-03Move ossl_assertMatt Caswell
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell
2017-05-10Copy custom extension flags in a call to SSL_set_SSL_CTX()Matt Caswell
2017-05-03Only send custom extensions where we have received one in the ClientHelloMatt Caswell
2017-04-26Return success in custom_ext_parse_old_cb_wrap if parse_cb is NULLGraham Edgecombe
2017-04-07Remove an out of date TODOMatt Caswell
2017-04-07Create an ENDPOINT enum type for use internallyMatt Caswell
2017-04-07Prefix custom extension API callback types with SSL_Matt Caswell
2017-04-07Various style tweaks based on feedbackMatt Caswell
2017-04-07Implement a new custom extensions APIMatt Caswell
2017-04-07Move ssl/t1_ext.c to ssl/statem/extensions_cust.cMatt Caswell