summaryrefslogtreecommitdiff
path: root/lib/hello_ext.c
Commit message (Expand)AuthorAgeFilesLines
* 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