summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2021-10-15Pull in ssl_locl.h so that we can keep reaching into libssl internals.Joel Sing
2021-10-13Sending live tcpdump output over SSH while running tests may dropAlexander Bluhm
2021-10-13ssltest.c does not need param.hTheo Buehler
2021-10-13Remove __dead from usage() to reduce the diff needed to build LibreSSLTheo Buehler
2021-10-13Fix regress test after changing the way bgpsec pubkeys are shown and processed.Claudio Jeker
2021-10-12Relax test regex, read or write error is possible.Alexander Bluhm
2021-10-12quote sudo and handle argumentsAnton Lindqvist
2021-10-11Fold bgpsec cert & traditional certs into same testJob Snijders
2021-10-11Improve BGpsec regress testJob Snijders
2021-10-11quote sudo and handle argumentsAnton Lindqvist
2021-10-11Invoke ${SUDO} before env(1) and not the other way around. Otherwise,Anton Lindqvist
2021-10-11Replace poor man's synchronization primitive (i.e. sleep) with aAnton Lindqvist
2021-10-09delete unneccessary arpa/nameser.h includesTheo de Raadt
2021-10-07honor objdirAnton Lindqvist
2021-10-07Replace the ugly openssl11 hack for the missing ASN1_time_parse() andClaudio Jeker
2021-10-06This regress uses vnd devices to create a softraid volume. Raid levelsAlexander Bluhm
2021-10-06we now pass that testMarc Espie
2021-10-06GCC 4.2.1 does not support nullptr, use traditional NULL.Alexander Bluhm
2021-10-06use libc SHA256 functions; make this work when compiled !WITH_OPENSSLDamien Miller
2021-10-05add missing sudoAnton Lindqvist
2021-10-05fix stderr redirectAnton Lindqvist
2021-10-05add missing sudo and handle argumentsAnton Lindqvist
2021-10-05Add BGPsec router certificate to rpki-client regressJob Snijders
2021-10-05add missing sudoAnton Lindqvist
2021-10-05add missing sudoAnton Lindqvist
2021-10-05build prog onceAnton Lindqvist
2021-10-05stop masking test-http.c failuresAnton Lindqvist
2021-10-03Unbreak btrace(8) regress, adding missing files.Dave Voutila
2021-10-03bt(5)/btrace(8): add support for str()Dave Voutila
2021-10-03Extend filesystem tests to test mfs and tmpfs. Hook up mfs but leave tmpfsClaudio Jeker
2021-10-02quote sudoAnton Lindqvist
2021-10-02add missing sudoAnton Lindqvist
2021-10-02hook up btraceAnton Lindqvist
2021-10-01Add test for ssh hashed known_hosts handling.Darren Tucker
2021-09-30Mark another test as failing with the legacy verifier.Joel Sing
2021-09-30Quote SUDO value during propagation, allowing `doas -n' to be correctlyAnton Lindqvist
2021-09-30Fix up whitespace left by previous change removing privsep. No otherDarren Tucker
2021-09-30Remove (almost all) references to privsep. This removes several do..whileDarren Tucker
2021-09-30Use "skip" instead of "fatal" if SUDO isn't set for the *-command tests.Darren Tucker
2021-09-29Test certificate hostkeys held in ssh-agent too. Would have caughtDamien Miller
2021-09-28testcase for the avahi/avahi-lib/avahi-glib/cups updateMarc Espie
2021-09-28Turns out that older SPARC CPUs (like the UltraSPARC II) do report an exactMark Kettenis
2021-09-28Use -Wl,-z,wxneeded instead of -z wxneeded such that this builds with baseMark Kettenis
2021-09-28add missing sudoAnton Lindqvist
2021-09-28Remove recent changes used to unblock the signal undergoing testing, I solved itAnton Lindqvist
2021-09-27Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp.Todd C. Miller
2021-09-27These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS.Alexander Bluhm
2021-09-27Bring this regress into nicer shape. Add all recent architectures.Alexander Bluhm
2021-09-27Return 0 from main() otherwise the exit code is garbage on sparc64.Alexander Bluhm
2021-09-27Make t_gettimeofday pass on sparc64.mbuhl