summaryrefslogtreecommitdiff
path: root/lib/hello_ext_lib.c
Commit message (Collapse)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-21/+14
| | | | Signed-off-by: Daiki Ueno <ueno@gnu.org>
* Indent codeZoltan Fridrich2023-01-271-12/+17
| | | | | Co-authored-by: Simon Josefsson <simon@josefsson.org> Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* _gnutls_hello_ext_set_datum: removed unnecessary remark [ci skip]Nikos Mavrogiannopoulos2019-01-081-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-201-1/+1
| | | | Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
* extensions: renamed _gnutls_hello_ext_*sdata to _gnutls_hello_ext_*privNikos Mavrogiannopoulos2018-02-191-4/+4
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* extensions: enhanced extension lib with pack and unpack functionsNikos Mavrogiannopoulos2018-02-191-0/+48
| | | | | | That allows the functionality to be used for the majority of extensions. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* handshake: added support for reading and sending cookie extensionNikos Mavrogiannopoulos2018-02-191-0/+80
That introduces an internal API to associate data to an extension. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>