summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TLS 1.3 - session resumption - Fix RMS storagetmp-draft-ietf-tls-tls13-21-ajuaristi-session-resumptionAnder Juaristi2018-02-213-8/+28
* TLS 1.3 - session resumtion - do not renew tickets unless neededAnder Juaristi2018-02-204-8/+29
* TLS 1.3: Properly check for stale session ticketsAnder Juaristi2018-02-134-52/+108
* Remove unneeded functionAnder Juaristi2018-02-061-6/+0
* psk_parser --> psk_ext_parserAnder Juaristi2018-02-034-3/+3
* Session resumption staging (2)Ander Juaristi2018-02-035-131/+168
* Session resumption stagingAnder Juaristi2018-01-287-100/+163
* TLS 1.3 session resumption: pack and unpackAnder Juaristi2018-01-218-146/+302
* TLS 1.3: Mark obsolete functions for removalAnder Juaristi2018-01-061-39/+1
* TLS 1.3: Session resumption: unpack ticketAnder Juaristi2018-01-062-21/+90
* TLS 1.3: Session resumption: Pack session dataAnder Juaristi2018-01-063-45/+149
* TLS 1.3 - Wait until handshake is complete for NSTAnder Juaristi2018-01-054-13/+37
* TLS 1.3: Session resumptionAnder Juaristi2018-01-056-47/+366
* Move session ticket to external bufferAnder Juaristi2018-01-053-98/+69
* TLS 1.3: Send NewSessionTicketAnder Juaristi2018-01-052-4/+49
* TLS 1.3 PSK: Compute obfuscated ticket ageAnder Juaristi2018-01-051-2/+6
* TLS 1.3: Session resumption stagingAnder Juaristi2018-01-0514-86/+466
* TLS 1.3: Store selected PSK index in session->keyAnder Juaristi2018-01-042-11/+9
* TLS 1.3: PSK should live in session->keyAnder Juaristi2018-01-044-15/+21
* PSK: Abort handshake if binder does not validate or is not presentAnder Juaristi2017-12-161-7/+8
* TLS 1.3 PSK: Do not use certificates for authentication if PSK is in useAnder Juaristi2017-12-161-12/+24
* Mark selected PSK with flag HSK_PSK_SELECTEDAnder Juaristi2017-12-163-8/+10
* secrets: Introduce _tls13_init_secret2()Ander Juaristi2017-12-163-12/+25
* Merge from upstreamAnder Juaristi2017-12-164-12/+8
* Properly clean buffersAnder Juaristi2017-12-132-1/+3
* TLS 1.3: Add support for pre-shared keysAnder Juaristi2017-12-137-1/+728
* PSK: Set default KDF function to PSKs.Ander Juaristi2017-12-132-0/+8
* TLS 1.3: Extract HKDF-Expand, Derive-Secret and finished functionsAnder Juaristi2017-12-134-48/+113
* psk: Save full ClientHello buffer + derive from PSKs if availableAnder Juaristi2017-12-135-6/+101
* certificate request: corrected parsing of signature algorithmsNikos Mavrogiannopoulos2017-12-131-0/+10
* tlsfuzzer: updated to latest masterNikos Mavrogiannopoulos2017-12-133-1/+1
* doc: documented hsk_flags "lifetime" and its resettmp-nmav-draft-ietf-tls-tls13-21-compact-stateNikos Mavrogiannopoulos2017-12-091-0/+2
* session state: TLS1.2 and TLS1.3 state is stored as unionNikos Mavrogiannopoulos2017-12-0910-119/+136
* session state: organized key exchange keys into structuresNikos Mavrogiannopoulos2017-12-0914-244/+257
* record state: avoid memory allocations for stored keysNikos Mavrogiannopoulos2017-12-094-123/+128
* handshake: ffdhe flags merged with handshake flagsNikos Mavrogiannopoulos2017-12-096-16/+12
* handshake: false start flag merged with hsk_flagsNikos Mavrogiannopoulos2017-12-093-6/+3
* handshake: use hsk_flags in TLS1.2 and TLS1.3Nikos Mavrogiannopoulos2017-12-098-19/+13
* doc: added text on TLS1.3 rekey and reauthenticationNikos Mavrogiannopoulos2017-12-051-6/+33
* updated auto-generated filesNikos Mavrogiannopoulos2017-12-043-0/+4
* tests: re-enabled post-handshake auth testsNikos Mavrogiannopoulos2017-12-042-14/+56
* handshake: added support for post-handshake authenticationNikos Mavrogiannopoulos2017-12-0414-51/+448
* gnutls_record_set_state: use const for seq_numbertmp-nmav-draft-ietf-tls-tls13-21-key-limitsNikos Mavrogiannopoulos2017-12-042-2/+2
* tests: added test suite on key limitsNikos Mavrogiannopoulos2017-12-042-0/+342
* gnutls_record_get_state: doc updateNikos Mavrogiannopoulos2017-12-041-2/+3
* Introduce key usage limits under TLS1.3Nikos Mavrogiannopoulos2017-12-044-1/+18
* updated auto-generated filestmp-draft-ietf-tls-tls13-21-nmav-backports7Nikos Mavrogiannopoulos2017-12-033-0/+4
* tests: removed unused variables and introduced temporal vars in macrosNikos Mavrogiannopoulos2017-12-038-42/+34
* tests: check gnutls_rehandshake() and gnutls_handshake() under TLS1.3Nikos Mavrogiannopoulos2017-12-033-4/+209
* gnutls_*handshake: wrap gnutls_session_key_update under TLS 1.3Nikos Mavrogiannopoulos2017-12-031-41/+68