summaryrefslogtreecommitdiff
path: root/lib/hello_ext.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls_session_ext_register: keep track of extension nametmp-ext-nameDaiki Ueno2020-04-211-0/+1
* gnutls_ext_get_name2: new functionDaiki Ueno2020-04-211-0/+24
* hello_ext: use 64-bit integer to track extensionsDaiki Ueno2020-03-101-1/+1
* Fix "left shift cannot be represented in type 'int'" in hello_ext.[ch]Tim Rühsen2020-01-031-1/+1
* session tickets: parse extension during session resumption on client sideNikos Mavrogiannopoulos2019-10-081-16/+20
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Remove redundant resets of variables after free()Tim Rühsen2019-02-221-3/+2
* ext/max_record: server shouldn't send it with record_size_limitDaiki Ueno2019-02-141-2/+2
* When sending no extensions do not include a zero lengthNikos Mavrogiannopoulos2019-01-091-1/+1
* ext/pre_shared_key: use consistent name for regitration entryDaiki Ueno2018-08-231-2/+2
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-201-0/+4
* ext/record_size_limit: new extensionDaiki Ueno2018-08-201-0/+4
* hello_ext: removed bogus commentNikos Mavrogiannopoulos2018-08-191-2/+0
* Fix two typos (overriden/guarranteed)Andreas Metzler2018-08-161-2/+2
* TLS 1.3: ignore "early_data" extensionDaiki Ueno2018-08-061-0/+2
* hello_ext_parse: apply the test for pre-shared key ext being last on client h...Nikos Mavrogiannopoulos2018-07-251-1/+1
* _gnutls_parse_hello_extensions: enforce that pre-shared-key extension is lastNikos Mavrogiannopoulos2018-06-221-3/+13
* Renamed extension supported ECC to supported groups. Fixes #451.Tom Vrancken2018-05-291-7/+8
* TLS 1.3: Introduced TLS 1.3 session resumptionAnder Juaristi2018-05-261-2/+0
* handshake: do not send TLS extensions under DTLS and vice versatmp-prohibit-tls-dtls-mixNikos Mavrogiannopoulos2018-05-171-14/+59
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-061-5/+42
* doc: added since field in gnutls_record_send2() descriptionNikos Mavrogiannopoulos2018-03-231-1/+1
* gnutls_ext_raw_parse: introduced functionNikos Mavrogiannopoulos2018-02-261-1/+1
* extensions: renamed _gnutls_hello_ext_*sdata to _gnutls_hello_ext_*privNikos Mavrogiannopoulos2018-02-191-8/+8
* extensions: allow receiving and sending extensions which were not advertised ...Nikos Mavrogiannopoulos2018-02-191-2/+4
* extensions: optimized gid_to_ext_entry() map on known extensionsNikos Mavrogiannopoulos2018-02-191-62/+58
* extensions: avoid double loop when parsing received extensionsNikos Mavrogiannopoulos2018-02-191-24/+40
* extensions: avoid looping to discover location of saved dataNikos Mavrogiannopoulos2018-02-191-62/+42
* handshake: added support for reading and sending cookie extensionNikos Mavrogiannopoulos2018-02-191-3/+5
* handshake: send hello retry request when no key share matchesNikos Mavrogiannopoulos2018-02-191-0/+4
* hello ext: reduce verbosityNikos Mavrogiannopoulos2018-02-191-2/+2
* extensions: introduced functions to obtain currently parsed messageNikos Mavrogiannopoulos2018-02-191-0/+22
* extensions: separate the hello extensions from othersNikos Mavrogiannopoulos2018-02-191-2/+1
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2018-02-191-0/+879