summaryrefslogtreecommitdiff
path: root/lib/ext/alpn.c
Commit message (Expand)AuthorAgeFilesLines
* handshake: do not send TLS extensions under DTLS and vice versatmp-prohibit-tls-dtls-mixNikos Mavrogiannopoulos2018-05-171-2/+3
* extensions: renamed _gnutls_hello_ext_*sdata to _gnutls_hello_ext_*privNikos Mavrogiannopoulos2018-02-191-5/+5
* extensions: renamed hello extension handling functions appropriatelyNikos Mavrogiannopoulos2018-02-191-5/+5
* extensions: use the low-level extension parsing code for hello parsingNikos Mavrogiannopoulos2018-02-191-1/+1
* extensions: use an internal extension ID independent of the TLS idNikos Mavrogiannopoulos2018-02-191-1/+2
* extensions: mark the message validity of each supported extensionNikos Mavrogiannopoulos2018-02-191-0/+1
* extensions: type renamed to id for clarityNikos Mavrogiannopoulos2018-02-191-1/+1
* ext/alpn: added stricter checks on field lengthsNikos Mavrogiannopoulos2017-07-041-6/+10
* TLS extensions: mark each extension which cannot be overridenNikos Mavrogiannopoulos2017-06-141-0/+1
* removed type extension_priv_data_tNikos Mavrogiannopoulos2017-06-141-6/+6
* eliminated dead code as indicated by clang scan-buildNikos Mavrogiannopoulos2017-02-201-1/+1
* alpn: ALPN state is per-connection, it should not be saved with session dataYuriy M. Kaminskiy2016-03-181-48/+2
* ALPN: added the GNUTLS_ALPN_SERVER_PRECEDENCE flagNikos Mavrogiannopoulos2016-02-101-10/+26
* alpn: when parsing the list of protocols return at the first mutually commonNikos Mavrogiannopoulos2016-01-101-1/+2
* alpn: document how the selected protocol is selected [ci skip]Nikos Mavrogiannopoulos2016-01-091-0/+3
* marked all extensions structures as constantNikos Mavrogiannopoulos2015-11-211-1/+1
* alpn: avoid warning on signed/unsignedNikos Mavrogiannopoulos2015-10-171-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-3/+3
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-2/+2
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-201-8/+8
* updated textNikos Mavrogiannopoulos2014-11-041-1/+1
* alpn: fix version documentationTristan Matthews2014-08-301-2/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-237/+247
* clarified docNikos Mavrogiannopoulos2013-05-051-1/+1
* Added support for the NO_APPLICATION_PROTOCOL alert for ALPN.Nikos Mavrogiannopoulos2013-05-051-1/+10
* Added support for the ALPN extension.Nikos Mavrogiannopoulos2013-04-101-0/+326