Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-21 | unit tests for ForwardAgent=/path; from Eric Chiang | Damien Miller | |
2019-12-20 | Fix 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-20 | The IPsec policy check for IPComp bundles has been fixed in the | Alexander Bluhm | |
kernel. So we can make the test config stricter. Change the type of ipcomp bundle flows from use to dontacq. | |||
2019-12-19 | spelling; from bryan stenson | Jason McIntyre | |
2019-12-17 | There is no need to dynamically allocate struct as_set_head. | Claudio Jeker | |
2019-12-17 | Also print the sha256 hash for the referenced files. This way hash errors | Claudio Jeker | |
can be verified. | |||
2019-12-16 | test security key host keys in addition to user keys | Damien Miller | |
2019-12-15 | adapt to ssh-sk-client change | Damien Miller | |
2019-12-14 | whitespace from go fmt + update a comment | Theo Buehler | |
2019-12-14 | Run Wycheproof HMAC test vectors against libcrypto. | Theo Buehler | |
2019-12-11 | it's no longer possible to disable privilege separation in sshd, so | Damien Miller | |
don't double the tests' work by trying both off/on | |||
2019-12-09 | update to-do list | Theo Buehler | |
2019-12-09 | Run Wycheproof DSA P1363 test vectors against libcrypto. | Theo Buehler | |
2019-12-09 | tweak -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-03 | update to-do list | Theo Buehler | |
2019-12-03 | Run Wycheproof ECDSA P1363 test vectors against libcrypto. | Theo Buehler | |
2019-12-03 | Add an EcPoint variant and pass it to the ECDH test runner. | Theo Buehler | |
2019-12-03 | Annotate test vector files with an enum which we can then pass to the | Theo Buehler | |
run*Test programs as needed. | |||
2019-12-02 | rename binaries to differentiate failure cases (in dmesg output) between | Theo 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-30 | Test inet6 netmask and non-contiguous netmask in ifconfig(8). | Alexander Bluhm | |
2019-11-29 | lots of dependencies go away here with ed25519 no longer needing | Damien Miller | |
the ssh_digest API. | |||
2019-11-28 | Run additional 3004 ECDH and 1575 ECDSA test vectors against libcrypto. | Theo Buehler | |
For now, skip 96 ECDH tests for secp224k1. | |||
2019-11-28 | move the HKDF tests up a bit | Theo Buehler | |
2019-11-28 | update to-do list | Theo Buehler | |
2019-11-28 | go fmt | Theo Buehler | |
2019-11-28 | no need for fallthrough | Theo Buehler | |
2019-11-28 | Run HKDF test vectors against libcrypto. | Theo Buehler | |
2019-11-28 | Run XChaCha20-Poly1305 test vectors against libcrypto. | Theo Buehler | |
2019-11-28 | typo | Theo Buehler | |
2019-11-27 | Add to do list. | Theo Buehler | |
2019-11-27 | Only run the test vectors from x25519_test.json for now. | Theo Buehler | |
2019-11-27 | RSASig now has the more specific name RSASSA-PKCS1-v1_5. | Theo Buehler | |
2019-11-27 | Only print the basename of skipped test files. | Theo Buehler | |
2019-11-27 | go fmt | Theo Buehler | |
2019-11-27 | Run RSAES-PKCS1-v1_5 test vectors against libcrypto. | Theo Buehler | |
2019-11-27 | Make error messages look like other test cases. | Theo Buehler | |
2019-11-27 | Add glue for new RSA-OAEP tests. | Theo Buehler | |
2019-11-27 | Add regress tests for making syscalls from the main program text and from | mortimer | |
a shared library. ok deraadt | |||
2019-11-27 | Skip tests with unsupported signature algorithm SHA512/224 as well. | Theo Buehler | |
2019-11-27 | The DSA test vectors were split up and more tests were added. | Theo Buehler | |
Enable them, as all of them pass. | |||
2019-11-27 | New failure mode for AES-CCM: "very long nonce". | Theo Buehler | |
2019-11-27 | Prepare update of wycheproof-testvectors. Skip some tests for things | Theo Buehler | |
we don't support in LibreSSL and make sure we run as many tests as possible. | |||
2019-11-26 | test FIDO2/U2F key types; ok markus@ | Damien Miller | |
2019-11-26 | add dummy security key middleware based on work by markus@ | Damien Miller | |
This will allow us to test U2F/FIDO2 support in OpenSSH without requiring real hardware. ok markus@ | |||
2019-11-26 | Nuke trailing whitespace that is annoying before changing things in here | Bob Beck | |
2019-11-25 | Add option for cms test in appstest.sh | Kinichiro Inoguchi | |
2019-11-25 | unbreak tests for recent security key changes | Damien Miller | |
2019-11-25 | unbreak after security key support landed | Damien Miller | |
2019-11-24 | Add test for cms operations in appstest.sh | Kinichiro Inoguchi | |
2019-11-22 | Sync tests with current NetBSD. Enable t_mkfifo test. | Alexander Bluhm | |
from Moritz Buhl |