summaryrefslogtreecommitdiff
path: root/lib/tls13/certificate.c
Commit message (Expand)AuthorAgeFilesLines
* lib/*: remove unnecessary cast to ssize_ttmp-decr-lenDaiki Ueno2019-09-121-10/+11
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* tls13/certificate: utilize "certificate_required" alerttmp-cert-reqDaiki Ueno2019-03-051-2/+7
* When sending no extensions do not include a zero lengthNikos Mavrogiannopoulos2019-01-091-1/+1
* Renamed _gnutls_auth_info_set() to _gnutls_auth_info_init().Tom Vrancken2018-10-181-1/+1
* tls13 handshake: allow certificate messages after handshakeNikos Mavrogiannopoulos2018-07-021-2/+5
* TLS 1.3: Introduced TLS 1.3 session resumptionAnder Juaristi2018-05-261-0/+3
* tls13/certificate_request: corrected check of duplicate signature algorithmsNikos Mavrogiannopoulos2018-05-041-0/+9
* tls13/certificate: send empty certificate instead of skippingNikos Mavrogiannopoulos2018-05-041-25/+24
* 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-2/+2
* cert auth: use a single callback to call for OCSPNikos Mavrogiannopoulos2018-02-191-10/+2
* ocsp: enhanced the OCSP response loading APIsNikos Mavrogiannopoulos2018-02-191-9/+27
* ocsp: send all the OCSP responses under TLS1.3Nikos Mavrogiannopoulos2018-02-191-6/+110
* tls13/certificate: parse OCSP status response and save responses in auth info...Nikos Mavrogiannopoulos2018-02-191-43/+85
* _gnutls_copy_certificate_auth_info: simplified and avoid multiple allocationsNikos Mavrogiannopoulos2018-02-191-2/+2
* handshake: added support for post-handshake authenticationNikos Mavrogiannopoulos2018-02-191-13/+44
* handshake: added support for client certificatesNikos Mavrogiannopoulos2018-02-191-1/+0
* handshake: return GNUTLS_E_NO_CERTIFICATE_FOUND when no certificate is found ...Nikos Mavrogiannopoulos2018-02-191-1/+5
* handshake: use the new buffer type in TLS 1.3Nikos Mavrogiannopoulos2018-02-191-19/+8
* handshake: introduced server side handshake [2/2]Nikos Mavrogiannopoulos2018-02-191-1/+25
* handshake: introduced server side handshake [1/2]Nikos Mavrogiannopoulos2018-02-191-4/+76
* handshake: added basic support for TLS 1.3 handshake in client sideNikos Mavrogiannopoulos2018-02-191-0/+223