Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-11-21 | Remove workaround for broken 'openssl rsa -text' output that | Theo Buehler | |
was fixed in libcrypto/rsa/rsa_ameth.c r1.24. ok dtucker inoguchi | |||
2019-11-20 | Add test for cms -keyopt in appstest.sh | Kinichiro Inoguchi | |
2019-11-19 | Link system call tests to build. | Alexander Bluhm | |
2019-11-19 | Import NetBSD system call regression tests. They were written with | Alexander Bluhm | |
ATF (Automated Testing Framework), so we use a small wrapper to map it to our bsd.regress.mk framework. Only half of the 80 NetBSD tests have been taken, the others need more work to adapt. Of them 34 syscall tests pass. Moritz Buhl ported the tests to OpenBSD. | |||
2019-11-19 | Update, max /usr has grown | Otto Moerbeek | |
2019-11-18 | LibreSSL change the format for openssl rsa -text output from | Darren Tucker | |
"publicExponent" to "Exponent" so accept either. with djm. | |||
2019-11-18 | fix printing of client app secret | Bob Beck | |
2019-11-18 | Add regress for the updating of sever and client application secrets | Bob Beck | |
2019-11-14 | increase pipe size in order to exercise big pipe allocations | anton | |
2019-11-14 | Fix undefined symbol for ikev2_ike_sa_setreason. | tobhe | |
2019-11-10 | It has been called to my attention that the cookie monster ascii art | Bob Beck | |
in this test which I had obtained from a site purporting it to be free for use with artist attribtion might not be. After looking at at some other muppett ascii art for inspiration I am replacing this with my own ascii art muppet to replace the previously used cookie monster. The copyright for the art is the same as my code. | |||
2019-11-10 | minor style nit | anton | |
2019-11-09 | +pipe | anton | |
2019-11-09 | add pipe regress test suite | anton | |