summaryrefslogtreecommitdiff
path: root/lib/tls13/certificate_verify.c
Commit message (Expand)AuthorAgeFilesLines
* cert auth: reject auth if no signature algorithm is usable in TLS 1.3Daiki Ueno2019-04-041-6/+11
* handshake: remove unnecessary HSK_CRT_SENT flagDaiki Ueno2019-04-031-5/+5
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-151-1/+1
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-201-3/+8
* tls13 handshake: allow certificate messages after handshakeNikos Mavrogiannopoulos2018-07-021-1/+3
* TLS 1.3: Introduced TLS 1.3 session resumptionAnder Juaristi2018-05-261-0/+3
* tls13/certificate_verify: corrected context in signatures in client sideNikos Mavrogiannopoulos2018-05-041-7/+24
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-061-0/+3
* handshake: added support for client certificatesNikos Mavrogiannopoulos2018-02-191-1/+4
* handshake: use the new buffer type in TLS 1.3Nikos Mavrogiannopoulos2018-02-191-15/+5
* handshake: introduced server side handshake [2/2]Nikos Mavrogiannopoulos2018-02-191-2/+89
* handshake: added basic support for TLS 1.3 handshake in client sideNikos Mavrogiannopoulos2018-02-191-0/+126