summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2022-04-21It looks like we can't completely avoid waiting for processes toDarren Tucker
2022-04-20While I'm here, prepare regress for claudio's upcoming diffTheo Buehler
2022-04-20Fix rpki-client regress after -j -f changeTheo Buehler
2022-04-20Use ssh -f and ControlPersist to start up test forwards and ssh -O stopDarren Tucker
2022-04-20Add vmm(4) regress, disabled for now. ok rob@Dave Voutila
2022-04-20register new tests, they don't pass yetMarc Espie
2022-04-20it also breaks somewhat differently when files vanish, we still needMarc Espie
2022-04-20add a symlink test that currently fails, I want to fix it soonishMarc Espie
2022-04-20reinstate temp-error3: do an update that will force temp files to beMarc Espie
2022-04-20better error report when I botch some test writingMarc Espie
2022-04-20Simplify forward-control test. Since we no longer need to support SSH1Darren Tucker
2022-04-19Add dummy implementation for rt_timer_init(). Kernel sources areAlexander Bluhm
2022-04-13To prevent infinite recursion while expanding eqn(7) definitions,Ingo Schwarze
2022-04-13Do not die on an assertion if an input file contains no sectionIngo Schwarze
2022-04-13Surprisingly, groff supports multiple copy mode escapes at theIngo Schwarze
2022-04-12Adjust regress for x509_location() changeTheo Buehler
2022-04-11Adjust regress: test-cert now needs mft.c for rtype_from_file_extension().Theo Buehler
2022-04-10Print the strerror of the expected error. errno is not valid here sinceClaudio Jeker
2022-04-04Include license rather than referring to it. Text fromTheo Buehler
2022-04-03Initialize the mutex before making us of it from many threads. PreventsAnton Lindqvist
2022-04-02Adjust test code after addition of cert_parse_pre and change to cert_parseClaudio Jeker
2022-03-31Check EVPDigest* return values.Theo Buehler
2022-03-31regression test for sftp cp commandDamien Miller
2022-03-30Add a simple test to ensure that pmeth->cleanup() can cope with NULLTheo Buehler
2022-03-30Remove double slash in path to test program.Anton Lindqvist
2022-03-30Flag the kq-tun regress test as skipped as opposed of only mentioning itAnton Lindqvist
2022-03-29Add Eric Biggers's reproducer for the memory corruption withTheo Buehler
2022-03-29Of the enabled tests only kq-pty-1 needs root, so reduceTheo Buehler
2022-03-29Regression test for NOTE_EXIT being delivered before child is waitable.Todd C. Miller
2022-03-29Add Google Chromium tests for libz bugs. Write a minimal wrapperAlexander Bluhm
2022-03-28Print OK after all of the RRDP related tests. To make it clear thatClaudio Jeker
2022-03-25Now that syslogd(8) supports SSL shutdown when the TLS connectionAlexander Bluhm
2022-03-24Link libz into regress build.Alexander Bluhm
2022-03-24Import upstream madler/zlib test files and run them with our libz.Alexander Bluhm
2022-03-24Adjust the signer test to link statically and work with hidden tls_signerTheo Buehler
2022-03-23Add subdir gnu/lib to regress.Alexander Bluhm
2022-03-23Simplify logic for skipping libexecinfo unwind test. It works onAlexander Bluhm
2022-03-23Ensure that pf regress anchor exists before clearing it.Alexander Bluhm
2022-03-22Adjust test after the change to TAILQ in struct prefix.Claudio Jeker
2022-03-19Revise regress for ascii/text to ASN.1 object conversion rewrite.Joel Sing
2022-03-19Add another invalid separator test case.Joel Sing
2022-03-19mark injection fault test as okay to fail, since this case no longerMarc Espie
2022-03-16Fix dependency to build bn_mod_sqrt.Alexander Bluhm
2022-03-15Check BIO_reset() return value to make gcc happy.Theo Buehler
2022-03-15Add a simple regress to verify that the infinite loop in BN_mod_sqrt()Theo Buehler
2022-03-15Fix build after recent IKEv2 message fragment retransmit change.Tobias Heider
2022-03-15Add a test for expanding macros in large-community strings.Claudio Jeker
2022-03-14Add a few regress test cases for name constraints.Theo Buehler
2022-03-14Increase timeout to make test pass on sparc64.Alexander Bluhm
2022-03-11Check for underflow as well as overflow when scaling negative numbers.Darren Tucker