summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/handshake
AgeCommit message (Expand)Author
2022-12-02Use regress framework rather than handrolling itTheo Buehler
2022-12-01Refrain from printing SUCCESS in some of my testsTheo Buehler
2022-06-29Use relative paths so beck can run regress in his git tree and haveTheo Buehler
2022-03-08Some more c99 initializers for consistency and readabilityTheo Buehler
2021-10-13Remove __dead from usage() to reduce the diff needed to build LibreSSLTheo Buehler
2020-12-17Remove echo headlines.Alexander Bluhm
2020-05-14move a #define after the last #include lineTheo Buehler
2020-05-04Fix out-of-bounds access in tables[][] that was exposed in bluhm'sTheo Buehler
2020-04-22Revise regress to match state transition changes.Joel Sing
2020-03-10Update to follow handshake enum removal.Joel Sing
2019-11-06use curly braces for consistencyTheo Buehler
2019-04-05whitespace consistencyTheo Buehler
2019-04-05Add SERVER_HELLO_RETRY stateTheo Buehler
2019-04-04I forgot to mark some targets as .PHONYTheo Buehler
2019-02-13one more error message that should go to stderrTheo Buehler
2019-01-27zap a commented out line. 0RTT will need more thought thanTheo Buehler
2019-01-27refactor and clean up the code generating dot output.Theo Buehler
2019-01-25print errors to stderrTheo Buehler
2019-01-25sort output suffixesTheo Buehler
2019-01-24Add code to visualize the state machine. Both the state machine and theTheo Buehler
2019-01-24set the NEGOTIATED flag in the flags argument rather thanTheo Buehler
2019-01-23make whitespace inside curlies consistent; sort function prototypes.Theo Buehler
2019-01-23Rename NUM_HANDSHAKE to handshake_count and make it a variableTheo Buehler
2019-01-23incorrrect spellingTheo Buehler
2019-01-23do not print the command in the print: targetTheo Buehler
2019-01-23Add a regression test that builds up the handshake state tableTheo Buehler
2019-01-20Add a simple test that verifies that every valid handshakeTheo Buehler