Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move legacy stack interfacing functions into tls13_legacy.c. | jsing | 2020-04-28 | 1 | -1/+190 |
| | | | | | | No functional change. ok inoguchi@ tb@ | ||||
* | 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@ |