summaryrefslogtreecommitdiff
path: root/lib/extensions.c
Commit message (Expand)AuthorAgeFilesLines
* extensions: corrected flag checkNikos Mavrogiannopoulos2017-08-081-1/+1
* Removed unused functionsNikos Mavrogiannopoulos2017-07-101-46/+0
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-4/+0
* TLS extensions: added duplicate extension check on server sideNikos Mavrogiannopoulos2017-06-141-5/+18
* TLS extensions: mark each extension which cannot be overridenNikos Mavrogiannopoulos2017-06-141-21/+8
* TLS extensions: combined the extension data and resumed data structuresNikos Mavrogiannopoulos2017-06-141-105/+77
* TLS extensions: several simplificationsNikos Mavrogiannopoulos2017-06-141-132/+121
* gnutls.h: introduced flag GNUTLS_EXT_FLAG_OVERRIDE_INTERNAL [ci skip]Nikos Mavrogiannopoulos2017-04-231-2/+8
* extensions: print the name/type of any unexpected extensionNikos Mavrogiannopoulos2017-03-211-0/+2
* read_client_hello: fail early on illegally formatted messageNikos Mavrogiannopoulos2017-03-071-1/+3
* _gnutls_parse_extensions: do not fail on empty extensions fieldNikos Mavrogiannopoulos2017-03-071-1/+9
* TLS extensions: only cache the extension IDs from exts that the server supportsNikos Mavrogiannopoulos2016-10-091-3/+9
* Added session-specific TLS extensionsNikos Mavrogiannopoulos2016-10-061-84/+219
* Do not allow sending overflowed extensions fieldNikos Mavrogiannopoulos2016-09-191-0/+3
* Reset extensions_sent_size only at start of handshakeTim Kosse2016-05-301-2/+3
* Account the TLSFeature certificate extension in certificate verificationTim Kosse2016-05-301-1/+1
* exported function to convert TLS extension numbers to stringsNikos Mavrogiannopoulos2016-05-301-6/+16
* x509/output: print the extension name of TLSFeaturesNikos Mavrogiannopoulos2016-05-301-1/+1
* doc: Fix some typosAttila Molnar2016-02-061-1/+1
* Amend "When decoding extensions do not ignore decoding errors"Nikos Mavrogiannopoulos2015-11-301-1/+1
* When decoding extensions do not ignore decoding errorsNikos Mavrogiannopoulos2015-11-291-5/+5
* statically initialize extensions instead of using the lib constructorNikos Mavrogiannopoulos2015-11-211-146/+95
* marked all extensions structures as constantNikos Mavrogiannopoulos2015-11-211-16/+16
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+826