summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
2023-10-31Only try to chmod logfile if we have sudo. If we don't have sudoDarren Tucker
2023-10-30move PKCS#11 setup code to test-exec.sh so it can be reused elsewhereDamien Miller
2023-10-30tidy and refactor PKCS#11 setup codeDamien Miller
2023-10-30Add support for OpenSSL 3.1 interop testsTheo Buehler
2023-10-29Add a few tests to make sure that getnext requests on/under a registeredMartijn van Duren
2023-10-29Add a regress test to make sure that agentx responses equal toMartijn van Duren
2023-10-29Only try to chown logfiles that exist to prevent spurious errors.Darren Tucker
2023-10-27Add a test that would cause a use after free previously by sending aMartijn van Duren
2023-10-27Include wait(2) status in error message, in the hopes of providing cluesAnton Lindqvist
2023-10-26make use of bsd.regress.mk in extra and interop targets; ok dtucker@Anton Lindqvist
2023-10-26Skip conch interop tests when not enabled instead of fatal.Darren Tucker
2023-10-26Provide prototype for X509_ALGOR_set_md()Theo Buehler
2023-10-25ssh conch interop tests requires a controlling terminal; ok dtucker@Anton Lindqvist
2023-10-24Implement the man(7) .MR macro, a 2023 GNU extension.Ingo Schwarze
2023-10-24Add a new regression framework for snmpd.Martijn van Duren
2023-10-23once again, i forgot to update the date in the footerIngo Schwarze
2023-10-23Support some escape sequences, in particular character escape sequences,Ingo Schwarze
2023-10-23Use private key that is allowed by sshd defaults in conch interop tests.Anton Lindqvist
2023-10-23use more natural (and new) += with REGRESSION_TESTINGMarc Espie
2023-10-22bt(5), btrace(8): execute END probe and print non-empty maps upon exit()Scott Soule Cheloha
2023-10-22new regression test for roff.c rev. 1.270:Ingo Schwarze
2023-10-22A few more testsOtto Moerbeek
2023-10-21regression test for roff.c rev. 1.269:Ingo Schwarze
2023-10-20Allow overriding the locations of the Dropbear binaries similar to whatDarren Tucker
2023-10-20Add interop test with Dropbear. Right now this is only dbclient not theDarren Tucker
2023-10-19Add test for dropped messages to UDP loghost.Alexander Bluhm