summaryrefslogtreecommitdiff
path: root/lib/ext/etm.c
Commit message (Expand)AuthorAgeFilesLines
* extensions: renamed _gnutls_hello_ext_*sdata to _gnutls_hello_ext_*privNikos Mavrogiannopoulos2017-11-141-2/+2
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2017-11-141-1/+1
* extensions: renamed hello extension handling functions appropriatelyNikos Mavrogiannopoulos2017-11-141-2/+2
* extensions: use the low-level extension parsing code for hello parsingNikos Mavrogiannopoulos2017-11-141-1/+1
* extensions: use an internal extension ID independent of the TLS idNikos Mavrogiannopoulos2017-11-141-1/+2
* extensions: mark the message validity of each supported extensionNikos Mavrogiannopoulos2017-11-141-0/+1
* extensions: type renamed to id for clarityNikos Mavrogiannopoulos2017-11-141-1/+1
* security_parameters: simplified contents by keeping pointer to cipher_suite_e...Nikos Mavrogiannopoulos2017-08-021-4/+3
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-101-3/+3
* removed unused cipher-suite and KX related functionsNikos Mavrogiannopoulos2017-07-101-15/+23
* TLS extensions: mark each extension which cannot be overridenNikos Mavrogiannopoulos2017-06-141-1/+2
* removed type extension_priv_data_tNikos Mavrogiannopoulos2017-06-141-2/+2
* TLS extensions: use more human-friendly namesNikos Mavrogiannopoulos2016-05-301-1/+1
* marked all extensions structures as constantNikos Mavrogiannopoulos2015-11-211-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-3/+3
* only send EtM extension if we have CBC ciphersuitesNikos Mavrogiannopoulos2015-04-011-1/+4
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-1/+1
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-201-2/+2
* EtM fixes: it only applies to block ciphersNikos Mavrogiannopoulos2014-11-041-2/+2
* Added support for RFC7366 (encrypt then authenticate)Nikos Mavrogiannopoulos2014-11-031-0/+137