summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2019-02-11getopt(3) returns int, not char. Fix type of ch variable to preventAlexander Bluhm
2019-02-10"non-existant" is one of those words that don't exist, so use "non-existent"Peter Hessler
2019-02-06Let roff_getname() end the roff identifier at a tab characterIngo Schwarze
2019-02-04add tests for PKG_CONFIG_$PACKAGE_$VARIABLEJasper Lievisse Adriaanse
2019-02-04add tests for recently added --validateJasper Lievisse Adriaanse
2019-02-03Use malloc() and memcpy() the test X25519 x25519_peer_public value.Joel Sing
2019-02-02An extra test that is known to trigger problems with some versions ofOtto Moerbeek
2019-02-01make it easier to ignore incompatible device and test case combinationsanton
2019-01-31Instead of skipping the text mmap test, do a non fixed mmap in thisAlexander Bluhm
2019-01-31Since resetting of offsets works quite differently in man(7) and mdoc(7),Ingo Schwarze
2015-01-29reorg tbl(7) test suiteIngo Schwarze
2019-01-29Skip vmd(8) tests on non amd64 machines.Alexander Bluhm
2019-01-29Tests to verify that the special case for Friday is not applied whenTodd C. Miller
2017-10-11Add regression tests for vmd(8) config parsing.Alexander Bluhm
2019-01-28The test sshd_config in in $OBJ.Darren Tucker
2019-01-28Remove leftover debugging.Darren Tucker
2019-01-28Enable ssh-dss for the agent test. Disable it for the certificateDarren Tucker
2019-01-28Count the number of key types instead of assuming there are only two.Darren Tucker
2019-01-27Generate all key supported key types and enable for keyscan test.Darren Tucker
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-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
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-24Add server side of versions, keyshare, and client and server of cookieBob Beck
2019-01-24Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.Bob Beck
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-23fix dumping of trace cmp coverageanton
2019-01-23Modify sigalgs extension processing to accomodate TLS 1.3.Bob Beck
2019-01-23revert previous, accidentally contained another diff in additionBob Beck
2019-01-23Modify sigalgs extension processing for TLS 1.3.Bob Beck
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-22add support for xchacha20 and xchacha20-poly1305David Gwynne
2019-01-21adapt to changes in KEX APIs and file removalsDamien Miller
2019-01-21adapt to changes in KEX API and file removalsDamien Miller
2019-01-21adapt to bignum1 API removal and bignum2 API changeDamien Miller
2019-01-21remove hack to use non-system libcryptoDamien Miller
2019-01-20allow override of ssh-pkcs11-helper binary via $TEST_SSH_SSHPKCS11HELPERDamien Miller
2019-01-20adapt agent-pkcs11.sh test to softhsm2 and add support for ECDSA keysDamien Miller
2019-01-20add "extra:" target to run some extra tests that are not enabled byDamien Miller
2019-01-20Update record regress to match functionality changes.Joel Sing
2019-01-20run all tests for each supported trace modeanton
2019-01-20hook handshake testTheo Buehler
2019-01-20Add a simple test that verifies that every valid handshakeTheo Buehler
2019-01-19remove mmap test for nowanton