Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Provide a reference from the TLSv1.3 context to the handshake state. | jsing | 2019-02-09 | 1 | -18/+21 | |
| | | | | | | | This allows ctx->hs to be used throughout the TLSv1.3 code, rather than S3I(ctx->ssl)->hs_tls13. ok inoguchi@ tb@ | |||||
* | Implement processing of EncryptedExtensions in the TLS 1.3 client. | jsing | 2019-02-07 | 1 | -1/+27 | |
| | | | | ok bcook@ tb@ | |||||
* | Implement parsing and processing of TLSv1.3 ServerHello messages. | jsing | 2019-02-04 | 1 | -1/+178 | |
| | | | | ok tb@ | |||||
* | Provide the initial TLSv1.3 client implementation. | jsing | 2019-01-21 | 1 | -0/+139 | |
Move tls13_connect() to a new tls13_client.c file and provide a legacy wrapper to it, which allocates a struct tls_ctx if necessary. Also move tls13_client_hello_send() to tls13_client.c and actual implement the building of a client hello. ok tb@ |