Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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@ |