summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_handshake.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix header guardtb2019-01-201-2/+5
|
* Expose some symbols in a new tls13_handshake.h for regression testing.tb2019-01-181-0/+52
Update the handshake state tables and flag names according to the design decisions and naming conventions in the hackroom. Garbage collect some things that turn out not to belong here. ok jsing