Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | After the ClientHello has been sent or received and before the peer's | tb | 2020-01-22 | 1 | -1/+5 | |
| | | | | | | | | Finished message has been received, a change cipher spec may be received and must be ignored. Add a flag to the record layer struct and set it at the appropriate moments during the handshake so that we will ignore it. ok jsing | |||||
* | Add minimal support for hello retry request for RFC conformance. | beck | 2020-01-22 | 1 | -8/+1 | |
| | | | | | | We currently don't support sending a modified clienthello ok jsing@ tb@ | |||||
* | indent with a tab instead of 8 spaces | tb | 2019-11-17 | 1 | -2/+2 | |
| | ||||||
* | Move the TLSv1.3 server message handling stubs. | jsing | 2019-11-17 | 1 | -1/+124 | |
| | ||||||
* | Add the initial framework for the TLSv1.3 server. | jsing | 2019-11-17 | 1 | -0/+79 | |
ok beck@ |