Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to application traffic keys as appropriate. | jsing | 2019-02-14 | 1 | -1/+17 |
* | Split tls13_record_layer_set_traffic_keys() into two separate functions. | jsing | 2019-02-14 | 1 | -3/+5 |
* | Clean up some pesky trailing whitespace. | jsing | 2019-02-13 | 1 | -10/+10 |
* | Handle finished messages in TLSv1.3 client. | jsing | 2019-02-13 | 1 | -1/+130 |
* | Implement handling of Certificate and CertificateVerify messages. | jsing | 2019-02-11 | 1 | -1/+213 |
* | Rename tls1_handshake_hash*() to tls1_transcript_hash*(). | jsing | 2019-02-09 | 1 | -3/+3 |
* | Provide a reference from the TLSv1.3 context to the handshake state. | jsing | 2019-02-09 | 1 | -18/+21 |
* | Implement processing of EncryptedExtensions in the TLS 1.3 client. | jsing | 2019-02-07 | 1 | -1/+27 |
* | Implement parsing and processing of TLSv1.3 ServerHello messages. | jsing | 2019-02-04 | 1 | -1/+178 |
* | Provide the initial TLSv1.3 client implementation. | jsing | 2019-01-21 | 1 | -0/+139 |