summaryrefslogtreecommitdiff
path: root/lib/tls13/certificate_request.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-94/+75
* Indent codeZoltan Fridrich2023-01-271-52/+94
* compress-cert: support compression of client certificatesDaiki Ueno2022-09-191-0/+15
* tls13: request OCSP responses as a serverNikos Mavrogiannopoulos2020-01-201-0/+16
* tls13: do not send OCSP responses as client without server requestingNikos Mavrogiannopoulos2020-01-151-0/+9
* SignatureAlgorithms: force-enable GOST signatures for GOST KXDmitry Eremin-Solenikov2019-12-281-1/+1
* cert auth: reject auth if no signature algorithm is usable in TLS 1.3Daiki Ueno2019-04-041-16/+30
* 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-2/+0
* When sending no extensions do not include a zero lengthNikos Mavrogiannopoulos2019-01-091-1/+1
* tls13 handshake: allow certificate messages after handshakeNikos Mavrogiannopoulos2018-07-021-2/+4
* tls13/certificate_request: corrected check of duplicate signature algorithmsNikos Mavrogiannopoulos2018-05-041-2/+7
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-061-0/+6
* gnutls_ext_raw_parse: introduced functionNikos Mavrogiannopoulos2018-02-261-6/+7
* certificate request: corrected parsing of signature algorithmsNikos Mavrogiannopoulos2018-02-191-0/+10
* handshake: use hsk_flags in TLS1.2 and TLS1.3Nikos Mavrogiannopoulos2018-02-191-3/+1
* handshake: added support for post-handshake authenticationNikos Mavrogiannopoulos2018-02-191-24/+74
* handshake: handle the certificate authorities extensionNikos Mavrogiannopoulos2018-02-191-2/+52
* handshake: added support for client certificatesNikos Mavrogiannopoulos2018-02-191-8/+91
* handshake: send certificate request when requestedNikos Mavrogiannopoulos2018-02-191-1/+60
* handshake: introduced server side handshake [2/2]Nikos Mavrogiannopoulos2018-02-191-0/+2
* handshake: introduced server side handshake [1/2]Nikos Mavrogiannopoulos2018-02-191-0/+5
* handshake: added basic support for TLS 1.3 handshake in client sideNikos Mavrogiannopoulos2018-02-191-0/+70