summaryrefslogtreecommitdiff
path: root/lib/handshake.h
Commit message (Expand)AuthorAgeFilesLines
* Server hello format follows TLS1.2 formatNikos Mavrogiannopoulos2018-03-081-1/+1
* record: ignore any ChangeCipherSpec messages under TLS1.3 handshakeNikos Mavrogiannopoulos2018-03-081-0/+2
* handshake: added TLS1.3 passive key updateNikos Mavrogiannopoulos2018-02-191-0/+2
* handshake-tls13: derive and store exporter_master_secretDaiki Ueno2018-02-191-2/+2
* handshake: accept hello retry request in client sideNikos Mavrogiannopoulos2018-02-191-1/+7
* handshake: send hello retry request when no key share matchesNikos Mavrogiannopoulos2018-02-191-0/+4
* handshake: split set_client_random to gen and setNikos Mavrogiannopoulos2018-02-191-1/+1
* handshake: only attempt to detect downgrade attacks if TLS1.3 is supportedNikos Mavrogiannopoulos2018-02-191-1/+1
* handshake: parse new session ticket messageNikos Mavrogiannopoulos2018-02-191-0/+3
* handshake: introduced TLS 1.3 handshake client state machine outlineNikos Mavrogiannopoulos2018-02-191-0/+35
* Added TLS 1.3 HKDF key derivation functionalityNikos Mavrogiannopoulos2018-02-191-0/+12
* handshake: legacy version negotiation is not used for TLS 1.3Nikos Mavrogiannopoulos2018-02-191-1/+1
* Added TLS 1.3 Hello message random generationNikos Mavrogiannopoulos2018-02-191-1/+1
* handshake: check SCSVs prior to resuming a sessionNikos Mavrogiannopoulos2017-09-071-1/+1
* handshake: enhance same certificate checks to apply to PSK/SRP usernameNikos Mavrogiannopoulos2016-04-291-0/+3
* handshake: when receiving a TLS version which is too low failNikos Mavrogiannopoulos2015-12-141-2/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+76