summaryrefslogtreecommitdiff
path: root/lib/hello_ext.h
Commit message (Expand)AuthorAgeFilesLines
* hello_ext: use 64-bit integer to track extensionsDaiki Ueno2020-03-101-2/+2
* Fix "left shift cannot be represented in type 'int'" in hello_ext.[ch]Tim Rühsen2020-01-031-2/+2
* session tickets: parse extension during session resumption on client sideNikos Mavrogiannopoulos2019-10-081-1/+2
* Add or clean header guards in lib/Tim Rühsen2019-05-071-3/+3
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* _gnutls_hello_ext_is_present: don't ignore max_fragment_lengthDaiki Ueno2019-02-141-1/+1
* Fix two typos (overriden/guarranteed)Andreas Metzler2018-08-161-2/+2
* Renamed extension supported ECC to supported groups. Fixes #451.Tom Vrancken2018-05-291-1/+3
* handshake: do not send TLS extensions under DTLS and vice versatmp-prohibit-tls-dtls-mixNikos Mavrogiannopoulos2018-05-171-1/+11
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-061-0/+16
* ocsp: send all the OCSP responses under TLS1.3Nikos Mavrogiannopoulos2018-02-191-2/+4
* extensions: renamed _gnutls_hello_ext_*sdata to _gnutls_hello_ext_*privNikos Mavrogiannopoulos2018-02-191-5/+5
* extensions: introduced functions to obtain currently parsed messageNikos Mavrogiannopoulos2018-02-191-0/+11
* extensions: separate the hello extensions from othersNikos Mavrogiannopoulos2018-02-191-6/+0
* hello_ext.h: removed non-existant function definitionNikos Mavrogiannopoulos2018-02-191-2/+0
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2018-02-191-0/+164