Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the enc function pointers. | jsing | 2020-03-10 | 1 | -2/+1 |
| | | | | | | | The enc function pointers do not serve any purpose these days - remove a layer of indirection and call dtls1_enc()/tls1_enc() directly. ok inoguchi@ tb@ | ||||
* | Move the TLSv1.3 code that interfaces with the legacy APIs/stack into a | jsing | 2020-02-15 | 1 | -0/+327 |
separate file. Discussed with beck@ and tb@ |