summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
2020-07-26print the address of the "non-MAP_STACK stack", so it can be comparedTheo de Raadt
2020-07-25Add stackpivot asm for ppc and ppc64 regress test.mortimer
2020-07-25With "%lx" new awk(1) prints 64 bit value also on 32 bit platforms.Alexander Bluhm
2020-07-24If KTRACE environment is set, generate ktrace output also for clientAlexander Bluhm
2020-07-24With TLS 1.3 error message has slightly changed if the cafile doesAlexander Bluhm
2020-07-24LibreSSL default TLS version has changed from 1.2 to 1.3. AdaptAlexander Bluhm
2020-07-23Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeIngo Schwarze
2020-07-21trivial adjustment of the desired test resultsIngo Schwarze
2020-07-21adjust test framework to not require a ttyIngo Schwarze
2020-07-21Add pf config to block unencrypted pings.tobhe
2020-07-21Make test work with IPv6 addresses.tobhe
2020-07-20Improve MACHINE/MACHINE_ARCH access to actually testing architecturesTheo de Raadt
2020-07-20test _exit(2) rather than exit(3) [to keep things simpler], andTheo de Raadt
2020-07-17Add test for '%k' (HostKeyAlias) TOKEN.Darren Tucker
2020-07-17Add tests for expansions on UserKnownHostsFile.Darren Tucker
2020-07-16Fix perl bugs that had me printing the wrong cert number for errorsBob Beck
2020-07-15Fix previous by calling the correct function.Darren Tucker
2020-07-15Update test to match recent change in match.cDarren Tucker
2020-07-15Use $OBJ to find key files. Fixes test when run on an obj directoryDarren Tucker
2020-07-15The exit code from the perl matters hereBob Beck
2020-07-15Don't leak the X509_STOREBob Beck
2020-07-15Add certificate validation tests generated using the tools fromBob Beck
2020-07-14Enter the certs regress directory.Joel Sing
2020-07-14Add regress for X509_verify() using the new bundles.Joel Sing
2020-07-14Provide generated certificate bundles and roots for regress.Joel Sing
2020-07-14Provide tools to build certificate changes for verify regress.Joel Sing
2020-07-14Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites.Joel Sing
2020-07-14Add a -tls1_2 option so we can force TLSv1.2 for testing.Joel Sing
2020-07-14getopt(3) returns an int so don't use a char to store its return value.Mark Kettenis
2020-07-09New regression tests for integral type conversionsIngo Schwarze
2020-07-08New regression tests for character and string conversionsIngo Schwarze