Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-11-09 | Add test for req -addext in appstest.sh | Kinichiro Inoguchi | |
2019-11-06 | use curly braces for consistency | Theo Buehler | |
2019-11-06 | Cleanup code a bit, make sure the tal parse buffer is allways freed. | Claudio Jeker | |
2019-11-05 | Remove trailing space in appstest.sh | Kinichiro Inoguchi | |
2019-11-05 | Add test for cms in appstest.sh | Kinichiro Inoguchi | |
2019-11-04 | Add regress for CMS sign and verify. | Joel Sing | |
2019-11-04 | Reenable test-tal since problem is now fixed. | Claudio Jeker | |
2019-11-04 | Adjust code to work with the new tal API functions (tal_read_file and | Claudio Jeker | |
changed tal_parse). | |||
2019-11-03 | Add RSA-PSS test for genpkey in appstest.sh | Kinichiro Inoguchi | |
2019-11-02 | Hook cms regress. | Joel Sing | |
2019-11-02 | Include cms.h. | Joel Sing | |
2019-11-02 | Initial regress for cms. | Joel Sing | |
2019-11-02 | Add tls_conn_cipher_strength() to gotls regress. | Joel Sing | |
2019-11-02 | Disable test-tal since it currently fails to build. | Joel Sing | |
2019-11-02 | Use LibreSSL for rpki-client regress tests. | Joel Sing | |
2019-11-01 | more additional source files | Damien Miller | |
2019-11-01 | additional source files here too | Damien Miller | |
2019-11-01 | adapt to extra sshkey_sign() argument and additional dependencies | Damien Miller | |
2019-11-01 | skip security-key key types for tests until we have a dummy | Damien Miller | |
U2F middleware to use. | |||
2019-10-31 | Add RSA OAEP test for pkeyutl in appstest.sh | Kinichiro Inoguchi | |
2019-10-25 | Add tests for ifconfig(8) with inet6 addresses. | Alexander Bluhm | |
2019-10-24 | Test the old ioctl(2) for interface addresses SIOCSIFADDR, | Alexander Bluhm | |
SIOCSIFNETMASK, SIOCSIFDSTADDR, SIOCSIFBRDADDR, and SIOCGIFADDR. Implement ifaddr.c which is a stripped down ifconfig(8) converted to the old interface. | |||
2019-10-16 | Test various combinations of setting interface addresses with | Alexander Bluhm | |
ifconfig and check the expected result. This covers the ifconfig(8) program and the SIOCAIFADDR and SIOCDIFADDR ioctl(2). | |||
2019-10-24 | The ber_* namespace is used by liblber since time immemorial, | Theo Buehler | |
so move our BER API to the unused ober_* prefix to avoid some breakage in ports. Problem diagnosed by jmatthew with ber_free() in samba, but there are many others as pointed out by sthen. tests & ok rob ok sthen (who had an almost identical diff for libutil) "go head hit it" deraadt | |||
2019-10-16 | Link regress ifconfig to build. | Alexander Bluhm | |
2019-10-16 | Test various combinations of setting interface addresses with | Alexander Bluhm | |
ifconfig and check the expected result. This covers the ifconfig(8) program and the SIOCAIFADDR and SIOCDIFADDR ioctl(2). | |||
2019-10-06 | Instead of running sed over the whole log to remove CRs, remove them | Darren Tucker | |
only where it's needed (and confuses test(1) on at least OS X in portable). | |||
2019-10-04 | more sshsig regress tests: check key revocation, the check-novalidate | Damien Miller | |
signature test mode and signing keys in ssh-agent. From Sebastian Kinne (slightly tweaked) | |||
2019-10-03 | Now that we have snmp set, we can fully remove the dependency on netsnmp. | Martijn van Duren | |
2019-09-27 | Test for empty result in expected bits. Remove CRs from log as they | Darren Tucker | |
confuse tools on some platforms. Re-enable the 3des-cbc test. |