summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2022-11-18zap a stray semicolonTheo Buehler
2022-11-18Add aspa-set config test.Claudio Jeker
2022-11-18cope with new getaddrinfo() error messageAnton Lindqvist
2022-11-17Avoid a few unnecessary contortionsTheo Buehler
2022-11-17Use a fixed-size array for the message and simplify a few other curlyTheo Buehler
2022-11-17Add initial Wycheproof EdDSA test coverageTheo Buehler
2022-11-17Add a regression test for curve25519.c r1.14Theo Buehler
2022-11-16Remove an outdated TODOTheo Buehler
2022-11-14With the commit to in6_ifattach mpe(4) now also works with IPv6Claudio Jeker
2022-11-12Add support for string comparison in filters.Martin Pieuchot
2022-11-11Add support for multiple statements in if () blocks.Martin Pieuchot
2022-11-11cvs(1) populates the author keyword using getlogin(2), therefore favorAnton Lindqvist
2022-11-11Start CBS-ifying the name constraints code.Bob Beck
2022-11-10Add regress coverage for Ed25519 and X25519 EVP interfaces.Joel Sing
2022-11-10Remove obsolete function, struct, and macro namesIngo Schwarze
2022-11-10Downgrade test to C++98 to fix build on GCC archsKlemens Nanni
2022-11-10cope with recent route output changesAnton Lindqvist
2022-11-10Use /tmp as opposed of /var/tmp as the default directory for temporaryAnton Lindqvist
2022-11-09Remove prime_t remnant and link bn_primes test staticallyTheo Buehler
2022-11-09Add tests for boundary conditions of struct tm.Bob Beck
2022-11-09Revise ED25519 regress following API changes.Joel Sing
2022-11-09Add some regress coverage for EVP_PKEY_METHOD.Joel Sing
2022-11-09Add some regress coverage for EVP_PKEY_ASN1_METHODJoel Sing
2022-11-09Enable l3vpn testClaudio Jeker
2022-11-09Remove unnecessary sizeofjoshua
2022-11-09Remove unnecessary sizeofjoshua
2022-11-08rpki-client regress: fix build after beck's libcrypto time changesTheo Buehler
2022-11-08Make "prepare filesystem" softraid aware, fix arm64 softraid installKlemens Nanni
2022-11-07Wrap long linesjoshua
2022-11-07Move variables above codejoshua
2022-11-07Rework OpenSSL regress binding a bit to prepare for an upcoming beckTheo Buehler
2022-11-07Link aes/ to regressjoshua
2022-11-07Add regress coverage for AESjoshua
2022-11-07Fix whitespace. Looks like I was a pig 3 years ago...Theo Buehler
2022-11-06Add regress for Ed25519.Joel Sing
2022-11-06Replace existing Blowfish regress testsjoshua
2022-11-06Enable time_conversion regress testsBob Beck
2022-11-06Add a bunch of regression tests for time conversion.Bob Beck
2022-11-05Add regress coverage for TLS exporters.Joel Sing
2022-11-05Fix missing variable declaration in regress, thanks Anton Lindqvist for the r...Job Snijders
2022-11-04In ktrace execve(2) no longer shows meaningless exit code.Alexander Bluhm
2022-11-04Extend l3vpn test to insert and remove a routeClaudio Jeker
2022-11-03Add an abolute minimal test for L3VPNs. Right now not linked since thereClaudio Jeker
2022-11-02Add regress for Signed TAL (.tak) filesJob Snijders
2022-10-31Add a intergration test that checks if the pftable feature works.Claudio Jeker
2022-10-31Make CLEANFILES patterns not match anything that may live outside of obj.Claudio Jeker
2022-10-30Use variable for diff options instead of unconditionally specifying "-rN".Darren Tucker
2022-10-30The previous commit message out to say this:Klemens Nanni
2022-10-30/* $OpenBSD: $ */Klemens Nanni
2022-10-28Fix indent botch; noticed by kettenis@Miod Vallat