summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_server.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add minimal support for hello retry request for RFC conformance.beck2020-01-221-8/+1
| | | | | | We currently don't support sending a modified clienthello ok jsing@ tb@
* indent with a tab instead of 8 spacestb2019-11-171-2/+2
|
* Move the TLSv1.3 server message handling stubs.jsing2019-11-171-1/+124
|
* Add the initial framework for the TLSv1.3 server.jsing2019-11-171-0/+79
ok beck@