summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2017-05-28Fix cursor position while removing characters from the command line.anton
2017-05-27Also test arrays of double and long long.Todd C. Miller
2017-05-27Do not connect to cvs.openbsd.org in regress. Run on loopback toAlexander Bluhm
2017-05-27Go to sleep to let our contending thread win a race.Martin Pieuchot
2017-05-27Do not use reject routes as they prevent path MTU discovery.Alexander Bluhm
2017-05-26add a test for the git diffs, suggested by tomTed Unangst
2017-05-26Synchronise chacha test cases with the referenced draft - this adds aJoel Sing
2017-05-22Add timing and test name options.Todd C. Miller
2017-05-22Instead of embedding pre-generated tables from McIlroy's "A KillerTodd C. Miller
2017-05-21correct a return value testJonathan Gray
2017-05-19Add input targeted at the Bentley and McIrlroy quicksort generatedTodd C. Miller
2017-05-18use mergesort instead of heapsort when comparing resultsTodd C. Miller
2017-05-17*Add* a test checking that no empty databases get created,Ingo Schwarze
2017-05-17Stop testing the creation and the properties of empty databases.Ingo Schwarze
2017-05-17Avoid running the "killer" tests multiple times with the sameTodd C. Miller
2017-05-17Add "median of three" killer, as seen in "Introspective Sorting andTodd C. Miller
2017-05-17Approximate nlgn instead of using libm. The same approximation mayTodd C. Miller
2017-05-17Add "killer" input from "algorithmic complexity attacks and libcTodd C. Miller
2017-05-17Revert MI AES-XTS code back to T-tables amid poor performanceMike Belopuhov
2017-05-17There's no need to track the number of errors (and the counter mightTodd C. Miller
2017-05-17Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"Todd C. Miller
2017-05-15Try to work around a race in the daily test run. Before killingAlexander Bluhm
2017-05-15Delete the -H option.Ingo Schwarze
2017-05-15Delete the obsolete 9-argument-check for .Sh.Ingo Schwarze
2017-05-15Use netcat options -n, -W, -w to simplify test. Wrap long lines.Alexander Bluhm
2017-05-14delete the -a option, it's now fully covered by mandoc -Tlint;Ingo Schwarze
2017-05-14remove the -s option, it is fully covered by mandoc -Tlint;Ingo Schwarze
2017-05-13Pick aes.c instead of rijndael.cMike Belopuhov
2017-05-12Fix typos and spacing. From Andre Smagin <as at smagin.com>. Thanks.Alexandre Ratchov
2017-05-12Run all IPsec tests with a pf rule that logs everything on the enc0Alexander Bluhm
2017-05-11Enable IPv6 IPsec transport mode tests for ping and TCP over ESPAlexander Bluhm
2017-05-11Use the new netcat -W recvlimit feature to speed up the test.Alexander Bluhm
2017-05-10Run tcpdump(8) on the enc0 device while the test is sending IPsecAlexander Bluhm
2017-05-08Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze
2017-05-08fix for new SSH_ERR_KEY_LENGTH error valueDamien Miller
2017-05-08remove arcfour, blowfish and CAST here tooDamien Miller
2017-05-07Revise cipher suites in regress to match DSS cipher suite removal.Joel Sing
2017-05-07Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze
2017-05-07Add a (currently failing) call to tls_handshake() on a client context thatJoel Sing
2017-05-07Also test calling tls_handshake() on a server connection context that hasJoel Sing
2017-05-07Add a test that calls tls_handshake() on a connection that has alreadyJoel Sing
2017-05-07An an initial sequencing/ordering test for libtls.Joel Sing
2017-05-06Split TLS client/server handshake and close code into separate functionsJoel Sing
2017-05-06Bring in an SSL_HANDSHAKE structure and commence the great shovellingBob Beck
2017-05-06Move TLS test code into a function that is called from main, making itJoel Sing
2017-05-06Free tls_configs earlier now that we have refcounting.Joel Sing
2017-05-06Add more functions.Joel Sing
2017-05-06Sort/group functions.Joel Sing
2017-05-06Not much point using a failed variable here.Joel Sing
2017-05-06Bring in HKDF, from BoringSSL, with regress tests modified to beBob Beck