summaryrefslogtreecommitdiff
path: root/lib/tls13
Commit message (Expand)AuthorAgeFilesLines
* Fix variable overflow in TLS1.3 session ticket codeTim Rühsen2018-06-061-2/+5
* tls13/session_ticket: don't send ticket when no common KE modesDaiki Ueno2018-06-051-0/+6
* ext/pre_shared_key: make PSK identity parsing robustertmp-session-ticket-key-nameDaiki Ueno2018-06-011-2/+2
* handshake: store session parameters in TLS1.3 ticketNikos Mavrogiannopoulos2018-05-261-17/+50
* TLS 1.3: Introduced TLS 1.3 session resumptionAnder Juaristi2018-05-267-46/+348
* ext/pre_shared_key: fix binder calculation when HRR is sentDaiki Ueno2018-05-261-0/+3
* tls13/certificate_request: corrected check of duplicate signature algorithmsNikos Mavrogiannopoulos2018-05-042-2/+16
* gnutls_reauth: doc updateNikos Mavrogiannopoulos2018-05-041-1/+3
* tls13/certificate: send empty certificate instead of skippingNikos Mavrogiannopoulos2018-05-041-25/+24
* tls13/certificate_verify: corrected context in signatures in client sideNikos Mavrogiannopoulos2018-05-041-7/+24
* tls13/finished: addressed memory leak in receiving finished packetNikos Mavrogiannopoulos2018-04-171-3/+7
* Simplified the _gnutls13_psk_ext_parser interface and added unit testsNikos Mavrogiannopoulos2018-04-062-64/+59
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-067-42/+281
* Hello retry request matches server helloNikos Mavrogiannopoulos2018-03-091-10/+52
* gnutls_ext_raw_parse: introduced functionNikos Mavrogiannopoulos2018-02-263-10/+11
* updated Since version in new function entries as well as map file versionsNikos Mavrogiannopoulos2018-02-191-1/+1
* 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
* 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