summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2023-01-14Shell syntax fix. From ren mingshuai vi github PR#369.Darren Tucker
2023-01-14Instead of skipping the all-tokens test if we don't have OpenSSL (sinceDarren Tucker
2023-01-13Move scp path setting to a helper function.Darren Tucker
2023-01-13Add scp's path to test sshd's PATH.Darren Tucker
2023-01-12In build_aspath() be more careful in the len == 0 case. For len == 0Claudio Jeker
2023-01-11Add a somewhat extensive unittest for ASPA validation functionality.Claudio Jeker
2023-01-11make REGRESS_CLEANUP consistent with REGRESS_CLEANUP foundAlexandr Nedvedicky
2023-01-11rewrite this test to use a multiplexed ssh session so we can controlDamien Miller
2023-01-10purge unhooked wx_syscall filesAnton Lindqvist
2023-01-10Retire wx_syscall regress tests, they have been failing since theAnton Lindqvist
2023-01-09Whoa, that clean target is insane. If someone does a make build,Theo de Raadt
2023-01-09Fix the syscallwx target which is affected by both mimmutable(2) andAnton Lindqvist
2023-01-09yet another set of regression tests for pf(4). Unlike testsAlexandr Nedvedicky
2023-01-09Sanitize the inherited environment by removing LC_ALL, missed in previous.Anton Lindqvist
2023-01-08Due to xonly on arm64 it is no longer possible to read the testfly routine.Anton Lindqvist
2023-01-08cope with recent thread name changesAnton Lindqvist
2023-01-07Fix previous.Joel Sing
2023-01-06tlsfuzzer: hook up new connection abort tests while skipping the NSTTheo Buehler
2023-01-06When OpenSSL is not available, skip parts of percent test that require it.Darren Tucker
2023-01-06Save debug logs from ssh for debugging purposes.Darren Tucker
2023-01-06regression test for ChannelTimeoutDamien Miller
2023-01-06fix typo in verbose loggingDamien Miller
2023-01-06unit tests for misc.c:ptimeout_* APIDamien Miller
2023-01-05Add additional shift benchmarks that are useful on BN_BITS2 == 32 platformsJoel Sing
2023-01-04Copy bytes from the_banana[] rather than banana()Theo Buehler
2023-01-04Adjust open policy integration test to the change of config in bgpd.Claudio Jeker
2023-01-04The redirectchain test actually works again. The test servr fixed theClaudio Jeker
2023-01-04When building this regress test I copied a bad UUID from some otherClaudio Jeker
2023-01-02regression test for PermitRemoteOpenDamien Miller
2023-01-01Add explicit LL suffixes to large constants to appease some compilers onMiod Vallat
2023-01-01Add explicit LL suffixes to large constants to appease some compilers onMiod Vallat
2022-12-23Add regress coverage for shifts of zero bits.Joel Sing
2022-12-23Do similar setup for lshift and rshift benchmarks.Joel Sing
2022-12-19WTRAPPED is now supported by waitid(2)Philip Guenther
2022-12-18nc: update regress after recent changesTheo Buehler
2022-12-18Use volatile sig_atomic_t for flag set in signal handlerTheo Buehler
2022-12-17Switch to using BN_zero() instead of BN_zero_ex()Theo Buehler
2022-12-17Move benchmark target up a bit and mark it phonyTheo Buehler
2022-12-17Zap some whitespaceTheo Buehler
2022-12-17Provide regress coverage for BN shift functions.Joel Sing
2022-12-17Revise cipher list regress coverage of SSL_set_security_level().Joel Sing
2022-12-15Add shim functions for repo code introduced by the pre repo stats.Claudio Jeker
2022-12-10Make the accepted log grep pattern more strict in order to not pick up any logAnton Lindqvist
2022-12-10bio chain test: compress some error printingTheo Buehler
2022-12-10bio chain test: deduplicate chain walking codeTheo Buehler
2022-12-10bio chain test: handle walking of empty chainsTheo Buehler
2022-12-09bio chain test: add a consistency check for chain lengthsTheo Buehler
2022-12-09bn/Makefile: tidy up and simplifyTheo Buehler
2022-12-09bio chain test: make two errors noisyTheo Buehler
2022-12-09bio chain test: ensure the length of empty chains is 0Theo Buehler