summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2021-07-10Pass expected result first when diff(1)ing for result.Martin Pieuchot
2021-07-10Add test case for single static address in configuration payload intobhe
2021-07-10honor objdiranton
2021-07-10minor nits:anton
2021-07-06Make test more verbose to see commands and error messages in output.Alexander Bluhm
2021-07-06Make use of the existing bsd.regress.mk logic to flag root only targets,anton
2021-07-06This regress checks that 400 singals are evenly distributed over 4Alexander Bluhm
2021-07-06alarm(3) cannot fail, remove error handling.Alexander Bluhm
2021-07-06Fix typo in comment.Alexander Bluhm
2019-09-05Test IPv6 multicast sender, receiver, router. Minimal mc6routeAlexander Bluhm
2021-07-05Write ktrace output files onto NFS mounted file systems.Alexander Bluhm
2021-07-03Garbage collect do_test_cipherlist().Joel Sing
2021-07-03Add test that ensures ssl3_ciphers[] is sorted by cipher id.Joel Sing
2021-07-03Rewrite get_put_test() as cipher_find_test().Joel Sing
2021-07-03fix a bug that resulted in incomplete testing:Ingo Schwarze
2021-07-01Just in case another developer besides anton@ and myself even wants toIngo Schwarze
2021-07-01We already tested all corner cases for two-byte and three-byte UTF-8Ingo Schwarze
2021-06-30The byte \0363 is not invalid in UTF-8.Ingo Schwarze
2021-06-30Disable some code that reaches into libssl internals.Joel Sing
2021-06-30Disable some tests that probably no longer make sense.Joel Sing
2021-06-30Pull in ssl_locl.h to allow for move of struct ssl_session_st.Joel Sing
2021-06-30TLS error messages have changed slightly, adapt regex for expectedAlexander Bluhm
2021-06-28delete the two pairs of extra blank lines from expected man(7) terminalIngo Schwarze
2021-06-27Add test coverage for TLSv1.3 client hellos.Joel Sing
2021-06-27Add test coverage for DTLSv1.2 client hellos.Joel Sing
2021-06-27Improve test coverage for SSL_OP_NO_DTLSv1.Joel Sing
2021-06-27Teach hexdump() how to identify differing bytes.Joel Sing
2021-06-27More appropriately set cipher_list_len when AES acceleration is available.Joel Sing
2021-06-27Tweak some data types and sprinkle some const.Joel Sing
2021-06-23Adjust test. You're not supposed to change errno in a signal handler andMark Kettenis
2021-06-22Adjust expected output after the change to show more proper info in Adj-RIB-OutClaudio Jeker
2021-06-21Add GnuTLS interoperability test in appstest.shKinichiro Inoguchi
2021-06-20Adjust snmp regress to recent changesMartijn van Duren
2021-06-20Adjust snmpd regress to recent changesMartijn van Duren
2021-06-20use __riscv instead of __riscv64Theo de Raadt
2021-06-20Add a test case for fmt_scaled.c r1.20Theo Buehler
2021-06-19zap trailing whitespaceTheo Buehler
2021-06-19Add DTLS test cases that use non-zero initial epochs.Joel Sing
2021-06-19Add more complex DTLS tests for delay/reordering.Joel Sing
2021-06-19Expand comment that details why two DTLS tests currently fail.Joel Sing
2021-06-19Provide the ability to delay/reorder DTLS packets.Joel Sing
2021-06-18Remove SSL_CTX_set_read_ahead() calls - it is now the default for DTLS.Joel Sing
2021-06-18vmd diskfmt regress: don't copy source files, cleanup disk imagesdv
2021-06-18Limit regress libexecinfo to amd64 or llvm >=12.mortimer
2021-06-17Like ARM, RISC-V does not implement floating point exceptions.Mark Kettenis
2021-06-13fix and enable diskfmt regress test for vmd(8)dv
2021-06-12Exercise resetting of expired and unexpired timers.Visa Hankala
2021-06-11Adjust futex regress test since futex(2) now returns -1 on error and setsMark Kettenis
2021-06-10Move libexecinfo regress tests under regress/gnu/libJeremie Courreges-Anglas
2021-06-10Use $SUDO when reading sshd's pidfile here too.Darren Tucker