summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_tlsext.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove this copy, we have decided we can do this in placebeck2019-01-181-1525/+0
| | | | ok jsing@
* Get rid of is_serverhello in preparation for other messagesbeck2019-01-171-13/+24
| | | | ok jsing@ tb@
* Add support to enforce restrictions on where extensions can appearbeck2019-01-171-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.beck2019-01-171-0/+1497
At the moment this is mechanical, with the functions renamed. This will be refactored for tls13. ok jsing@