Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refrain from printing SUCCESS in some of my tests | tb | 2022-12-01 | 1 | -4/+1 |
| | | | | Silence is good. On failure, the regress framework will make it clear. | ||||
* | whitespace consistency | tb | 2019-04-05 | 1 | -1/+2 |
| | |||||
* | Rename NUM_HANDSHAKE to handshake_count and make it a variable | tb | 2019-01-23 | 1 | -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 handshake | tb | 2019-01-20 | 1 | -0/+56 |
sets action->handshake_complete. |