summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2019-12-24simplify assertionsanton
2019-12-24add pipe kqueue testsanton
2019-12-23Link ospf6d regress testdenis
2019-12-23Add basic regress test for ospf6d.denis
OK benno@ remi@ and comment by claudio@
2019-12-22turns out I did fix the POSIX behavior of SHELL a while back.Marc Espie
The test was just slightly bogus, as SHELL should be put *before* make.
2019-12-22Add regression test for ftpd(8).jan
OK bluhm@
2019-12-21s/__arm64__/__aarch64__/gMark Kettenis
It helps when you commit from the machine you actually tested on.
2019-12-21Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn'tMark Kettenis
implement this feature. ok blum@ (a while back)
2019-12-21unit tests for ForwardAgent=/path; from Eric ChiangDamien Miller
2019-12-20Fix the sem_timedwait(3) test.cheloha
The recent clock_getres(2) changes made it so that clock_getres(2) returns the granularity of the active timecounter. This is usually much finer than that of hardclock(9), so we can no longer use clock_getres(2) to fudge our upper timeout return bound. The test is failing because it thinks our sem_timedwait(3) call is returning with too much latency. We can still get the hardclock(9) granularity via the kern.clockrate sysctl(2), though, so just use that to fudge the upper bound. While here, we ought to be checking that we return after the requested absolute timeout, not that we were asleep for a particular interval. Breakage reported by mpi@. ok mpi@
2019-12-20The IPsec policy check for IPComp bundles has been fixed in theAlexander Bluhm
kernel. So we can make the test config stricter. Change the type of ipcomp bundle flows from use to dontacq.
2019-12-19spelling; from bryan stensonJason McIntyre
2019-12-17There is no need to dynamically allocate struct as_set_head.Claudio Jeker
2019-12-17Also print the sha256 hash for the referenced files. This way hash errorsClaudio Jeker
can be verified.
2019-12-16test security key host keys in addition to user keysDamien Miller
2019-12-15adapt to ssh-sk-client changeDamien Miller
2019-12-14whitespace from go fmt + update a commentTheo Buehler
2019-12-14Run Wycheproof HMAC test vectors against libcrypto.Theo Buehler
2019-12-11it's no longer possible to disable privilege separation in sshd, soDamien Miller
don't double the tests' work by trying both off/on
2019-12-09update to-do listTheo Buehler
2019-12-09Run Wycheproof DSA P1363 test vectors against libcrypto.Theo Buehler
2019-12-09tweak -z mode verification to save the header and actually output it,Marc Espie
so that signify -zV >saved.tgz keeps the signature for later checks. Uses slightly more memory, but simplifies some processes. okay tedu@
2019-12-03update to-do listTheo Buehler
2019-12-03Run Wycheproof ECDSA P1363 test vectors against libcrypto.Theo Buehler
2019-12-03Add an EcPoint variant and pass it to the ECDH test runner.Theo Buehler
2019-12-03Annotate test vector files with an enum which we can then pass to theTheo Buehler
run*Test programs as needed.
2019-12-02rename binaries to differentiate failure cases (in dmesg output) betweenTheo de Raadt
the two cases "syscall in main program" (will succeed until we fix go) and "syscall in library" (now properly fails) ok mortimer
2019-11-30Test inet6 netmask and non-contiguous netmask in ifconfig(8).Alexander Bluhm
2019-11-29lots of dependencies go away here with ed25519 no longer needingDamien Miller
the ssh_digest API.
2019-11-28Run additional 3004 ECDH and 1575 ECDSA test vectors against libcrypto.Theo Buehler
For now, skip 96 ECDH tests for secp224k1.
2019-11-28move the HKDF tests up a bitTheo Buehler
2019-11-28update to-do listTheo Buehler
2019-11-28go fmtTheo Buehler
2019-11-28no need for fallthroughTheo Buehler
2019-11-28Run HKDF test vectors against libcrypto.Theo Buehler
2019-11-28Run XChaCha20-Poly1305 test vectors against libcrypto.Theo Buehler
2019-11-28typoTheo Buehler
2019-11-27Add to do list.Theo Buehler
2019-11-27Only run the test vectors from x25519_test.json for now.Theo Buehler
2019-11-27RSASig now has the more specific name RSASSA-PKCS1-v1_5.Theo Buehler
2019-11-27Only print the basename of skipped test files.Theo Buehler
2019-11-27go fmtTheo Buehler
2019-11-27Run RSAES-PKCS1-v1_5 test vectors against libcrypto.Theo Buehler
2019-11-27Make error messages look like other test cases.Theo Buehler
2019-11-27Add glue for new RSA-OAEP tests.Theo Buehler
2019-11-27Add regress tests for making syscalls from the main program text and frommortimer
a shared library. ok deraadt
2019-11-27Skip tests with unsupported signature algorithm SHA512/224 as well.Theo Buehler
2019-11-27The DSA test vectors were split up and more tests were added.Theo Buehler
Enable them, as all of them pass.
2019-11-27New failure mode for AES-CCM: "very long nonce".Theo Buehler
2019-11-27Prepare update of wycheproof-testvectors. Skip some tests for thingsTheo Buehler
we don't support in LibreSSL and make sure we run as many tests as possible.