summaryrefslogtreecommitdiff
path: root/lib/tls13/certificate_verify.c
Commit message (Expand)AuthorAgeFilesLines
* 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