summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2024-03-22Increase /usr/src partition to 2GB - 5GBJan Klemkow
2024-03-21Remove now unused certificates (which are also soon to expire).Joel Sing
2024-03-20Use the new certificates/chains in regress.Joel Sing
2024-03-20Run most of regress explicitly in filemode to avoid hitting location checksJob Snijders
2024-03-14Hook up the btcfi test.Mark Kettenis
2024-03-13Add endbr64/bti instruction at the start of the gadget, otherwise we'llMark Kettenis
2024-03-12Add regress test showing that OpenBSD IPv6 fragment reassembly isAlexander Bluhm
2024-03-12Add regress for cross-origin HTTP redirectionJob Snijders
2024-03-08Invoke ProxyCommand that uses stderr redirection via $TEST_SHELL.Darren Tucker
2024-03-05Ugly workaround to let this compile again on non-clang platforms.Miod Vallat
2024-03-05Make ftpd tests less flaky by ensuring the server has terminated beforeAnton Lindqvist
2024-03-04Add more platforms.Miod Vallat
2024-03-03Reinstate a test that was accidentally removed in previousTheo Buehler
2024-03-03Fill the list of expected test failures for m88k.Miod Vallat
2024-03-02Unhook some gost testsTheo Buehler
2024-03-01Remove the ciphers_by_values_test()Theo Buehler
2024-03-01exporter: use the atrocious SSL_CIPHER_find() rather than get_by_id()Theo Buehler
2024-03-01ssltest: drop another use of CRYPTO_mem_leaks()Theo Buehler
2024-02-29Make nanosleep regress actually test something.Alexander Bluhm
2024-02-29Detect OPENSSL_NO_GOST correctlyTheo Buehler
2024-02-29CRYPTO_mem_leaks* will go away. Remove calls in legacy testsTheo Buehler
2024-02-29Link x509_algor test statically and switch to the internalTheo Buehler
2024-02-29OBJ_NAME_TYPE_PKEY_METH is no longer supportedTheo Buehler
2024-02-29Stop testing EVP_PKEY_GOST{IMIT,R01}Theo Buehler
2024-02-29Prepare freenull test for GOST removalTheo Buehler
2024-02-29Use monotonic clock to measure elapsed time.Alexander Bluhm
2024-02-29Stop assuming arbitrary rdomains are available and use the first givenAnton Lindqvist
2024-02-28Infer all rdomains from the environment with sane defaults.Anton Lindqvist
2024-02-27Skip btcfi tests on amd64 CPUs not supporting CET IBT.Anton Lindqvist
2024-02-27Printing large tuples require more than 64 chars, bump the string limit.Martin Pieuchot
2024-02-27Favor usage of REGRESS_SKIP_TARGETS instead of this custom logic.Anton Lindqvist
2024-02-27Cope with recent ctfdump output changes.Anton Lindqvist
2024-02-23Start of a BTCFI test.Mark Kettenis
2024-02-22Add regress for Signed Prefix List objectsJob Snijders
2024-02-20Link mpath and pf_trans regress to build.Alexander Bluhm
2024-02-20Use REMOTE_ADDR from environment to configure pf_policy test. ThisAlexander Bluhm
2024-02-20Add regression test for multipath routing.Alexander Bluhm
2024-02-20Include the test pattern that resulted in an infinite loop beforeClaudio Jeker
2024-02-20Add rsync-unitClaudio Jeker
2024-02-20Add a unit test for rsync special rmatch() function.Claudio Jeker
2024-02-19Always define puttysetup function.Darren Tucker
2024-02-18asn1time: remove some debugging codeTheo Buehler
2024-02-18Tweak previousTheo Buehler
2024-02-18Adjust regress test for memset() requested by jsing on reviewTheo Buehler
2024-02-18Add regress coverage for the new APITheo Buehler
2024-02-14Adjust test after the change to struct bgpd_addr.Claudio Jeker
2024-02-11Update libexpat regress to version 2.6.0.Alexander Bluhm
2024-02-09bio_dump: add a test that prints all values of a single byteTheo Buehler
2024-02-09Expand the set of ciphers, MACs and KEX methods in the PuTTY interop tests.Darren Tucker
2024-02-09Factor out PuTTY setup and call when needed.Darren Tucker