summaryrefslogtreecommitdiff
path: root/lib/ext/post_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-11/+10
* Indent codeZoltan Fridrich2023-01-271-5/+5
* session tickets: parse extension during session resumption on client sideNikos Mavrogiannopoulos2019-10-081-1/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* handshake: do not send TLS extensions under DTLS and vice versatmp-prohibit-tls-dtls-mixNikos Mavrogiannopoulos2018-05-171-2/+1
* post_handshake_auth: send extension irrespective of certificates being presentNikos Mavrogiannopoulos2018-05-041-1/+1
* introduced gnutls_certificate_retrieve_function3Nikos Mavrogiannopoulos2018-02-191-1/+1
* handshake: added support for post-handshake authenticationNikos Mavrogiannopoulos2018-02-191-9/+4
* ext: do not advertize post handshake authenticationNikos Mavrogiannopoulos2018-02-191-0/+5
* 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-0/+1
* extensions: type renamed to id for clarityNikos Mavrogiannopoulos2018-02-191-1/+1
* ext/post_handshake: restrict the use of this extension to TLS 1.3 or laterNikos Mavrogiannopoulos2018-02-191-2/+14
* Added support for post handshake auth extensionNikos Mavrogiannopoulos2018-02-191-0/+87