summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2019-11-26Nuke trailing whitespace that is annoying before changing things in hereBob Beck
2019-11-25Add option for cms test in appstest.shKinichiro Inoguchi
2019-11-25unbreak tests for recent security key changesDamien Miller
2019-11-25unbreak after security key support landedDamien Miller
2019-11-24Add test for cms operations in appstest.shKinichiro Inoguchi
2019-11-22Sync tests with current NetBSD. Enable t_mkfifo test.Alexander Bluhm
from Moritz Buhl
2019-11-21Remove workaround for broken 'openssl rsa -text' output thatTheo Buehler
was fixed in libcrypto/rsa/rsa_ameth.c r1.24. ok dtucker inoguchi
2019-11-20Add test for cms -keyopt in appstest.shKinichiro Inoguchi
2019-11-19Link system call tests to build.Alexander Bluhm
2019-11-19Import NetBSD system call regression tests. They were written withAlexander 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-19Update, max /usr has grownOtto Moerbeek
2019-11-18LibreSSL change the format for openssl rsa -text output fromDarren Tucker
"publicExponent" to "Exponent" so accept either. with djm.
2019-11-18fix printing of client app secretBob Beck
2019-11-18Add regress for the updating of sever and client application secretsBob Beck
2019-11-14increase pipe size in order to exercise big pipe allocationsanton
2019-11-14Fix undefined symbol for ikev2_ike_sa_setreason.tobhe
2019-11-10It has been called to my attention that the cookie monster ascii artBob 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-10minor style nitanton
2019-11-09+pipeanton
2019-11-09add pipe regress test suiteanton
2019-11-09Add test for req -addext in appstest.shKinichiro Inoguchi
2019-11-06use curly braces for consistencyTheo Buehler
2019-11-06Cleanup code a bit, make sure the tal parse buffer is allways freed.Claudio Jeker
2019-11-05Remove trailing space in appstest.shKinichiro Inoguchi
2019-11-05Add test for cms in appstest.shKinichiro Inoguchi
2019-11-04Add regress for CMS sign and verify.Joel Sing
2019-11-04Reenable test-tal since problem is now fixed.Claudio Jeker
2019-11-04Adjust code to work with the new tal API functions (tal_read_file andClaudio Jeker
changed tal_parse).
2019-11-03Add RSA-PSS test for genpkey in appstest.shKinichiro Inoguchi
2019-11-02Hook cms regress.Joel Sing
2019-11-02Include cms.h.Joel Sing
2019-11-02Initial regress for cms.Joel Sing
2019-11-02Add tls_conn_cipher_strength() to gotls regress.Joel Sing
2019-11-02Disable test-tal since it currently fails to build.Joel Sing
2019-11-02Use LibreSSL for rpki-client regress tests.Joel Sing
2019-11-01more additional source filesDamien Miller
2019-11-01additional source files here tooDamien Miller
2019-11-01adapt to extra sshkey_sign() argument and additional dependenciesDamien Miller
2019-11-01skip security-key key types for tests until we have a dummyDamien Miller
U2F middleware to use.
2019-10-31Add RSA OAEP test for pkeyutl in appstest.shKinichiro Inoguchi
2019-10-25Add tests for ifconfig(8) with inet6 addresses.Alexander Bluhm
2019-10-24Test 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-16Test 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-24The 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-16Link regress ifconfig to build.Alexander Bluhm
2019-10-16Test 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-06Instead of running sed over the whole log to remove CRs, remove themDarren Tucker
only where it's needed (and confuses test(1) on at least OS X in portable).
2019-10-04more sshsig regress tests: check key revocation, the check-novalidateDamien Miller
signature test mode and signing keys in ssh-agent. From Sebastian Kinne (slightly tweaked)
2019-10-03Now that we have snmp set, we can fully remove the dependency on netsnmp.Martijn van Duren
2019-09-27Test for empty result in expected bits. Remove CRs from log as theyDarren Tucker
confuse tools on some platforms. Re-enable the 3des-cbc test.