summaryrefslogtreecommitdiff
path: root/lib/tls13
Commit message (Expand)AuthorAgeFilesLines
...
* _gnutls_copy_certificate_auth_info: simplified and avoid multiple allocationsNikos Mavrogiannopoulos2018-02-191-2/+2
* certificate request: corrected parsing of signature algorithmsNikos Mavrogiannopoulos2018-02-191-0/+10
* session state: TLS1.2 and TLS1.3 state is stored as unionNikos Mavrogiannopoulos2018-02-192-6/+6
* session state: organized key exchange keys into structuresNikos Mavrogiannopoulos2018-02-192-6/+6
* handshake: use hsk_flags in TLS1.2 and TLS1.3Nikos Mavrogiannopoulos2018-02-191-3/+1
* handshake: added support for post-handshake authenticationNikos Mavrogiannopoulos2018-02-194-37/+359
* handshake: introduced gnutls_session_key_update()Nikos Mavrogiannopoulos2018-02-192-16/+81
* handshake: added TLS1.3 passive key updateNikos Mavrogiannopoulos2018-02-192-0/+161
* handshake: handle the certificate authorities extensionNikos Mavrogiannopoulos2018-02-191-2/+52
* handshake: added support for client certificatesNikos Mavrogiannopoulos2018-02-193-10/+95
* handshake: return GNUTLS_E_NO_CERTIFICATE_FOUND when no certificate is found ...Nikos Mavrogiannopoulos2018-02-191-1/+5
* handshake: send certificate request when requestedNikos Mavrogiannopoulos2018-02-191-1/+60
* handshake: accept hello retry request in client sideNikos Mavrogiannopoulos2018-02-191-0/+67
* handshake: send hello retry request when no key share matchesNikos Mavrogiannopoulos2018-02-192-0/+106
* handshake: use the new buffer type in TLS 1.3Nikos Mavrogiannopoulos2018-02-193-45/+16
* handshake: introduced server side handshake [2/2]Nikos Mavrogiannopoulos2018-02-194-4/+117
* handshake: introduced server side handshake [1/2]Nikos Mavrogiannopoulos2018-02-194-5/+83
* handshake: send encrypted extensions handshake messageNikos Mavrogiannopoulos2018-02-192-0/+37
* handshake: parse new session ticket messageNikos Mavrogiannopoulos2018-02-192-0/+106
* handshake: added basic support for TLS 1.3 handshake in client sideNikos Mavrogiannopoulos2018-02-198-0/+668
* handshake: added parsing of encrypted extensionsNikos Mavrogiannopoulos2018-02-192-0/+70