summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2020-09-14Use more specific regex for ktrace to avoid false positives.Alexander Bluhm
2020-09-14Change the known output to be the expected output, so that weBob Beck
2020-09-14Use a fixed validation time in these tests so we neverBob Beck
2020-09-14Connect a client to a server. Both can be current libressl, orAlexander Bluhm
2020-09-13Add regress for SSL_{CTX_,}set_ciphersuites().Joel Sing
2020-09-13Adapt regress to IFS splitting correction (eval.c -r1.66)Theo Buehler
2020-09-13Add new x509 certificate chain validator in x509_verify.cBob Beck
2020-09-13More tests for policy matching via dstid.tobhe
2020-09-13Test for failure on dstid mismatch.tobhe
2020-09-13Add run-psk-fail test to check for failure on psk mismatch.tobhe
2020-09-13Refactor config setup boilerplate to allow asymmetric test setups.tobhe
2020-09-12If CPU does not support AES-NI, LibreSSL TLS 1.3 client prefersAlexander Bluhm
2020-09-12remove unused include that breaks regressBob Beck
2020-09-11Enable cert and cipher interop tests. cert just works. cipher hasAlexander Bluhm
2020-09-11Add x509_constraints.c - a new implementation of x509 name constraints, withBob Beck
2020-09-10Refactor initial cleanup.tobhe
2020-09-10Enable test-tls13-large-number-of-extensions.pyTheo Buehler
2020-09-09Element next-line scopes can nest. Consequently, even when closingIngo Schwarze
2020-09-09adapt to SSH_SK_VERSION_MAJOR crankDamien Miller
2020-09-07Add 'run-ping-fail' subtest. Make sure to clean up left over statetobhe
2020-09-03oops, i tripped over $Mdocdate$ again; so sync the date after the commitIngo Schwarze
2020-09-03Fix two issues with .po (page offset) formatting:Ingo Schwarze
2020-09-03If .ti had an excessive argument, using it was attempted, in someIngo Schwarze
2020-09-02Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode.Ingo Schwarze
2020-09-01Ignore unreasonably large spacing modifiers in tbl layouts.Ingo Schwarze
2020-08-30Allow multiple global options.tobhe
2020-08-30Add regress test case for make/varmodifiers.c r1.48Theo Buehler
2020-08-29Add 'enforcesingleikesa' test.tobhe
2020-08-28Ensure that address/mask mismatches are flagged at config-check time.Darren Tucker
2020-08-27adapt to API changesDamien Miller
2020-08-27dummy firmware needs to match API version numner crank (forDamien Miller
2020-08-21Fix rpki-client regressTheo Buehler
2020-08-18Fix bug in the select() portion of the test, the timeout was ignored.Todd C. Miller
2020-08-17Fix append mode so it always writes to the end and expand regress.Todd C. Miller
2020-08-17Also print a list of missing scripts in summaryTheo Buehler
2020-08-17Avoid test failures due to outdated packagesTheo Buehler
2020-08-15enable jsing's zero content type testTheo Buehler
2020-08-11I accidentally zeored out a few bytes of the TLSv1.0 session ID.Theo Buehler
2020-08-09Update TLS versions to match TLSv1.3 being enabled for TLS_method().Joel Sing
2020-08-09Fix regress test so that it exits non-zero for failure cases.Joel Sing
2020-08-09Update golden values to match P-521 being enabled by default in the client.Joel Sing
2020-08-09Update golden values to match P-521 being enabled by default in the client.Joel Sing
2020-08-08Add regression test for snmp(1) UTF-8 support by abusing the oid keywordMartijn van Duren
2020-08-08Session resumption is not currently supported for TLSv1.3.Theo Buehler
2020-08-08Enable P-521 and run the tests that use it.Theo Buehler
2020-08-03Put the code handling \} into a new function roff_cond_checkend()Ingo Schwarze
2020-08-01Replace hostname underscore with hyphen in appstest.shKinichiro Inoguchi
2020-08-01add kcov remote coverage testsanton
2020-07-30bluhm@ has been pointing out for a long time that the mandoc test suiteIngo Schwarze
2020-07-27Add unveil test to lastcomm regress.rob