summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
2020-07-07Remove temporary RSA keys/callbacks code.Joel Sing
2020-07-07Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3.Joel Sing
2020-07-07Add support for set -o pipefailJeremie Courreges-Anglas
2020-07-06Add a few ${.CURDIR} to make the new RCS tests work with obj/ and obj@.Theo Buehler
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-06Make this build on powerpc64.Mark Kettenis
2020-07-06Make this build on powerpc/powerpc64. Only test on powerpc64 for nowMark Kettenis
2020-07-05Fix rpki-client regress test after -f removal.Theo Buehler
2020-07-04Add a missing circular_init() call in the TLS ordering test.Joel Sing
2020-07-03Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.Florian Obser
2020-07-03tlsexttest: pass message type to the extension functionsTheo Buehler
2020-07-03adjust alpn extension test to new argument orderTheo Buehler
2020-07-03adjust tlsexttest to new argument orderTheo Buehler
2020-06-29add a test covering the by now fixed regression during pipe closeanton
2020-06-26Provide an optimized implementation of ffs(3) in libc onChristian Weisgerber
2020-06-26Add an OpenRCS regression test for merging files which lack newlines.Stefan Sperling
2020-06-26regress test for ssh-add -d; ok dtucker@Damien Miller