summaryrefslogtreecommitdiff
path: root/lib/ext/ext_master_secret.c
Commit message (Expand)AuthorAgeFilesLines
* The flag %NO_EXTENSIONS is disabling extension support while being functionaltmp-fix-no-extensionsNikos Mavrogiannopoulos2019-01-101-0/+2
* Renamed fields in priority_st to improve code readability. Fixes #453.Tom Vrancken2018-10-181-4/+4
* doc: minor text updatesNikos Mavrogiannopoulos2018-07-131-1/+2
* handshake: do not send TLS extensions under DTLS and vice versatmp-prohibit-tls-dtls-mixNikos Mavrogiannopoulos2018-05-171-2/+2
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2018-02-191-1/+1
* 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-2/+3
* extensions: type renamed to id for clarityNikos Mavrogiannopoulos2018-02-191-1/+1
* ext_master_secret: return proper error code on decoding errorNikos Mavrogiannopoulos2017-07-181-1/+1
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-101-4/+4
* TLS extensions: mark each extension which cannot be overridenNikos Mavrogiannopoulos2017-06-141-1/+2
* TLS extensions: use more human-friendly namesNikos Mavrogiannopoulos2016-05-301-1/+1
* ext master secret: don't enable when SSL 3.0 is the only protocolNikos Mavrogiannopoulos2016-05-141-3/+13
* Allow for conditional compilation of SSL 3.0 protocolNikos Mavrogiannopoulos2016-05-141-2/+11
* instead of assigning a variable per flag use the init flags directlyNikos Mavrogiannopoulos2016-04-281-2/+2
* ext master secret: ensure we disable ext master secret if requestedNikos Mavrogiannopoulos2016-02-181-0/+1
* marked all extensions structures as constantNikos Mavrogiannopoulos2015-11-211-1/+1
* ext master secret: extension is marked as mandatoryNikos Mavrogiannopoulos2015-10-201-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-3/+3
* Set the extended master secret status based on resumption data onlyNikos Mavrogiannopoulos2015-08-211-1/+1
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-1/+1
* Added priority string %NO_SESSION_HASH to prevent advertising the extended ma...Nikos Mavrogiannopoulos2014-11-131-3/+5
* corrected likely macro usageNikos Mavrogiannopoulos2014-10-241-2/+2
* do not negotiate nor use the 'extended master secret' in SSL 3.0Nikos Mavrogiannopoulos2014-10-231-2/+21
* EXT MASTER SECRET moved to mandatory extensionsNikos Mavrogiannopoulos2014-10-231-1/+1
* Added support for the extended master secret calculationNikos Mavrogiannopoulos2014-10-081-0/+107