Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove this copy, we have decided we can do this in place | beck | 2019-01-18 | 1 | -1525/+0 |
| | | | | ok jsing@ | ||||
* | Get rid of is_serverhello in preparation for other messages | beck | 2019-01-17 | 1 | -13/+24 |
| | | | | ok jsing@ tb@ | ||||
* | Add support to enforce restrictions on where extensions can appear | beck | 2019-01-17 | 1 | -9/+26 |
| | | | | | | as per RFC8446 section 4.2. Recognized extensions that appear in an incorrect message must abort the handshake. ok jsing@ | ||||
* | Add a direct copy of the exension parsing code to be modified for tls13. | beck | 2019-01-17 | 1 | -0/+1497 |
At the moment this is mechanical, with the functions renamed. This will be refactored for tls13. ok jsing@ |