summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* By design, our state machine is a DAG contrary to the state machine intb2019-04-051-4/+1
* Implement legacy fallback for the TLS 1.3 client.jsing2019-04-041-6/+81
* Defer sigalgs selection until the certificate is known.jsing2019-03-251-2/+2
* Set the SSL state as part of tls13_legacy_connect().jsing2019-02-281-2/+5
* Add a handshake action sent handler and use it for client finished.jsing2019-02-251-9/+14
* Correct a few error returns.jsing2019-02-251-4/+4
* Switch to application traffic keys as appropriate.jsing2019-02-141-1/+17
* Split tls13_record_layer_set_traffic_keys() into two separate functions.jsing2019-02-141-3/+5
* Clean up some pesky trailing whitespace.jsing2019-02-131-10/+10
* Handle finished messages in TLSv1.3 client.jsing2019-02-131-1/+130
* Implement handling of Certificate and CertificateVerify messages.jsing2019-02-111-1/+213
* Rename tls1_handshake_hash*() to tls1_transcript_hash*().jsing2019-02-091-3/+3
* Provide a reference from the TLSv1.3 context to the handshake state.jsing2019-02-091-18/+21
* Implement processing of EncryptedExtensions in the TLS 1.3 client.jsing2019-02-071-1/+27
* Implement parsing and processing of TLSv1.3 ServerHello messages.jsing2019-02-041-1/+178
* Provide the initial TLSv1.3 client implementation.jsing2019-01-211-0/+139