summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
2017-05-06Add regress coverage for SSL{,_CTX}_set_{min,max}_proto_version().Joel Sing
2017-05-05Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze
2017-05-05Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze
2017-05-04Add IPsec test for manually configured SA bundles. That does ipcomp,Alexander Bluhm
2017-05-04Parser reorg:Ingo Schwarze
2017-05-02Remove -P (warnings about paragraph problems).Ingo Schwarze
2017-05-02bugfix: treat .Bd -unfilled like .Bd -literal;Ingo Schwarze
2017-05-02Convert CMAC and Key Wrap regress tests over to the new AESMike Belopuhov
2017-05-02Sync GMAC and AES-CTR/-XTS regress tests with the new AES codeMike Belopuhov
2017-05-02Pick the right AES source fileMike Belopuhov