summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/handshake/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use regress framework rather than handrolling ittb2022-12-021-12/+1
|
* Use relative paths so beck can run regress in his git tree and havetb2022-06-291-2/+3
| | | | the correct ssl_local.h etc be picked up.
* Remove echo headlines.bluhm2020-12-171-2/+1
|
* use curly braces for consistencytb2019-11-061-2/+2
|
* I forgot to mark some targets as .PHONYtb2019-04-041-1/+5
|
* sort output suffixestb2019-01-251-2/+2
|
* Add code to visualize the state machine. Both the state machine and thetb2019-01-241-1/+18
| | | | | | | output will have to be tweaked, but this may as well happen in-tree. To try it, pkg_add graphviz and run 'make handshake.svg' in this directory. Committing early so Bob's followers can play.
* do not print the command in the print: targettb2019-01-231-2/+2
|
* Add a regression test that builds up the handshake state tabletb2019-01-231-1/+5
| | | | | | | from graph information and cross-checks it against the state table in tls13_handshake.c. with help from jsing
* Add a simple test that verifies that every valid handshaketb2019-01-201-0/+20
sets action->handshake_complete.