summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refrain from printing SUCCESS in some of my teststb2022-12-011-4/+1
| | | | Silence is good. On failure, the regress framework will make it clear.
* whitespace consistencytb2019-04-051-1/+2
|
* Rename NUM_HANDSHAKE to handshake_count and make it a variabletb2019-01-231-2/+2
| | | | | | | | | so it can be used from regress. Update regress accordingly. Make sure the print target generates the entire table as it currently is in tls13_handshake.c discussed with beck and jsing ok jsing
* Add a simple test that verifies that every valid handshaketb2019-01-201-0/+56
sets action->handshake_complete.