index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libssl
/
handshake
Age
Commit message (
Expand
)
Author
2022-12-02
Use regress framework rather than handrolling it
Theo Buehler
2022-12-01
Refrain from printing SUCCESS in some of my tests
Theo Buehler
2022-06-29
Use relative paths so beck can run regress in his git tree and have
Theo Buehler
2022-03-08
Some more c99 initializers for consistency and readability
Theo Buehler
2021-10-13
Remove __dead from usage() to reduce the diff needed to build LibreSSL
Theo Buehler
2020-12-17
Remove echo headlines.
Alexander Bluhm
2020-05-14
move a #define after the last #include line
Theo Buehler
2020-05-04
Fix out-of-bounds access in tables[][] that was exposed in bluhm's
Theo Buehler
2020-04-22
Revise regress to match state transition changes.
Joel Sing
2020-03-10
Update to follow handshake enum removal.
Joel Sing
2019-11-06
use curly braces for consistency
Theo Buehler
2019-04-05
whitespace consistency
Theo Buehler
2019-04-05
Add SERVER_HELLO_RETRY state
Theo Buehler
2019-04-04
I forgot to mark some targets as .PHONY
Theo Buehler
2019-02-13
one more error message that should go to stderr
Theo Buehler
2019-01-27
zap a commented out line. 0RTT will need more thought than
Theo Buehler
2019-01-27
refactor and clean up the code generating dot output.
Theo Buehler
2019-01-25
print errors to stderr
Theo Buehler
2019-01-25
sort output suffixes
Theo Buehler
2019-01-24
Add code to visualize the state machine. Both the state machine and the
Theo Buehler
2019-01-24
set the NEGOTIATED flag in the flags argument rather than
Theo Buehler
2019-01-23
make whitespace inside curlies consistent; sort function prototypes.
Theo Buehler
2019-01-23
Rename NUM_HANDSHAKE to handshake_count and make it a variable
Theo Buehler
2019-01-23
incorrrect spelling
Theo Buehler
2019-01-23
do not print the command in the print: target
Theo Buehler
2019-01-23
Add a regression test that builds up the handshake state table
Theo Buehler
2019-01-20
Add a simple test that verifies that every valid handshake
Theo Buehler