summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2023-12-10evp_test: zap extra empty lineTheo Buehler
2023-12-08Add regress coverage for OBJ_NAME_do_all*()Theo Buehler
2023-12-07Run bind(2) and connect(2) stress test also with IPv6.Alexander Bluhm
2023-12-06Add tests that create and delete cloned routes during connect(2).Alexander Bluhm
2023-12-06Stress test bind(2) and connect(2) system calls in OpenBSD regress.Alexander Bluhm
2023-12-01Add tests to exercise the recent bug fixes.Todd C. Miller
2023-11-27EVP test: fix includesTheo Buehler
2023-11-27EVP test: add regress coverage for the do_all() APITheo Buehler
2023-11-24Additional tests of automatic tagging involving different kinds of hyphensIngo Schwarze
2023-11-241. Do not put ASCII_HYPH (0x1c) into the tag file.Ingo Schwarze
2023-11-20Add a couple of tests for handling of tcp connections.Martijn van Duren
2023-11-20Still need engine.h for ENGINE_free()Theo Buehler
2023-11-19Remove last OPENSSL_NO_ENGINE from libssl regressTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcrypto regressTheo Buehler
2023-11-18Sync example.c and minigzip.c with upstream.Theo Buehler
2022-03-24Import upstream madler/zlib test files and run them with our libz.Alexander Bluhm
2023-11-16Add 3 tests for when getbulk reaches EOMV.Martijn van Duren
2023-11-16Add expected output files, missed in previous commit. I hope our grep isAnton Lindqvist
2023-11-15Add regress test for "grep -m" behavior. From Crystal Kolipe.Todd C. Miller
2023-11-13reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.197Ingo Schwarze
2023-11-13Retire the libcsi regressTheo Buehler
2023-11-13Add 2 tests to make sure getbulkrequests return the correct error index.Martijn van Duren
2023-11-11Cope with recent rt_hash() const changes.Anton Lindqvist
2023-11-11Ignore -N in "gzip -dN <in.gz" and "zcat -N in.gz"George Koehler
2023-11-10Add an initial SNMPv3 regression test.Martijn van Duren
2023-11-10Make further use of netcat server close barrier in regress to reduceAnton Lindqvist
2023-11-07Fix an error message left out in the mustDecodeHexString() conversionTheo Buehler
2023-11-07Pull up the handling of the two webcrypto special snowflakesTheo Buehler
2023-11-07Drop a useless line and bump copyright yearsTheo Buehler
2023-11-07Unwrap a few linesTheo Buehler
2023-11-07Wrap hex.DecodeString() into mustDecodeHexString()Theo Buehler
2023-11-07Use maps to retrieve various AES variantsTheo Buehler
2023-11-07Convert hashEvpMdFromString() to a mapTheo Buehler
2023-11-07Add stringer interfaces to the test groupsTheo Buehler
2023-11-06Pull everything except the actual run call out of the closureTheo Buehler
2023-11-06Introduce testGroupFromAlgorithm()Theo Buehler
2023-11-06Add a wycheproofTestGroupRunner interfaceTheo Buehler
2023-11-06Add aliases for AES AEAD constructions and ChaChaTheo Buehler
2023-11-06Fix a for loop bug introduced in the concurrency refactorTheo Buehler
2023-11-06Uncomment json webcrypto line. Packages will have caught up...Theo Buehler
2023-11-06Mark a couple of tests as broken, now that the sysORTable is gone/empty.Martijn van Duren
2023-11-04With the move of SNMPv2-SMI::snmpV2 into application_internal.c, it's noMartijn van Duren
2023-11-03Make netcat tests less flaky by ensuring the server has terminated beforeAnton Lindqvist
2023-11-01Specify ssh binary to use instead of relying on installed one. FixesDarren Tucker
2023-11-01add some tests of forced commands overriding Subsystem directivesDamien Miller
2023-10-31Remove 3 expected failures those got fixed in the regress code.Claudio Jeker
2023-10-31unlink("/") just needs to error. Checking for a specific errno makesClaudio Jeker
2023-10-31When creating a file in a directory the file gid is inherited fromClaudio Jeker
2023-10-31Ignore closefrom() failure. This fails normally since fd 4 and up are allClaudio Jeker
2023-10-31Don't try to use sudo inside sshd log wrapper. We still need toDarren Tucker