summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2023-02-19Disable tests using the preferred bsd.regress.mk technique.Anton Lindqvist
2023-02-15bgpd no longer immediatly opens the connection to its peers so insteadClaudio Jeker
2023-02-14Add regress coverage for BN_num_bits_word()Theo Buehler
2023-02-13Adjust function prototype of a stub function after change toClaudio Jeker
2023-02-13asn1x509 test: Remove unnecessary line continuationsTheo Buehler
2023-02-13Revise for negative zero changes.Joel Sing
2023-02-13Add currently failing negative zero check to BN_rshift() regress.Joel Sing
2023-02-10test -Ohashalg=... and that the default output contains bothDamien Miller
2023-02-09Test adding terminating newline to known_hosts.Darren Tucker
2023-02-08ssh-agent doesn't actually take -v, so the recently-added ones willDarren Tucker
2023-02-07switch to new simplified disklabel template format.Kenneth R Westerback
2023-02-07switch to new simplified disklabel template formatKlemens Nanni
2023-02-02Sync function prototypes and declarations to satisfy clang 15.Anton Lindqvist
2023-02-02test compat_kex_proposal(); by dtucker@Damien Miller
2023-02-01Don't run session tests with openssl 3.0 - these tests aren't TLSv1.3 readyTheo Buehler
2023-02-01Hopefully the last one.Theo Buehler
2023-02-01One more openssl 1.0.2 thing missed.Theo Buehler
2023-02-01Switch from eopenssl to eopenssl30. Missed in both previous commitsTheo Buehler
2023-02-01Retire OpenSSL 1.0.2 interopTheo Buehler
2023-01-31Remove "deletetunnel" command (marked as "remove during 6.4-current").Theo Buehler
2023-01-31Add bn/arch/${MACHINE_CPU} to the include path.Joel Sing
2023-01-31Add more regress tests for BN_usub().Joel Sing
2023-01-30Extend community unittests to cover more bitsClaudio Jeker
2023-01-29Use utime in order to make benchmarks less noisy and more consistent.Joel Sing
2023-01-29Set BN_FLG_CONSTTIME on benchmark inputs.Joel Sing
2023-01-29Add benchmarks for BN_div()Joel Sing
2023-01-29Correct setup for BN_mul/BN_sqr benchmarks.Joel Sing
2023-01-29Rename bn_mul.c regress to bn_mul_div.c.Joel Sing
2023-01-28Switch regress to using x509_verify.h from libcrypto instead of theTheo Buehler
2023-01-27Test the behaviour of round() on halfway values.Miod Vallat
2023-01-27Add a few more -fno-builtin to make sure we test libm, not the compiler.Miod Vallat
2023-01-27Add openssl 3.0 interop testsTheo Buehler
2023-01-24Adjust various test results to the new bgpctl show rib output includingClaudio Jeker
2023-01-24Adjust the ASPA test to match the new code which is AFI independent.Claudio Jeker
2023-01-23more comments, space and -- nitsKlemens Nanni
2023-01-22Cope with xonly on amd64 by moving the testfly routine to the rodataAnton Lindqvist
2023-01-21Provide basic benchmarks for BN_mul() and BN_sqr().Joel Sing
2023-01-20Update config regress test now that aspa-set syntax changed.Claudio Jeker
2023-01-19Check if we can copy sshd or need to use sudo to do so during reexecDarren Tucker
2023-01-18Add xonly tests, initially written by deraadt@. Tweaked by me to fit andAnton Lindqvist
2023-01-17Add a dummy stub for getmonotime(). Reminded by tb@Claudio Jeker
2023-01-17also check that an active session inhibits UnusedConnectionTimeoutDamien Miller
2023-01-17regression test for UnusedConnectionTimeoutDamien Miller
2023-01-17fix typo in package nameAnton Lindqvist
2023-01-17cope with ktrace "(via syscall)" changesAnton Lindqvist
2023-01-16Enable softraid(4) support in installboot(8)Klemens Nanni
2023-01-16unbreak test: cannot access shell positional parameters past $9 withoutDamien Miller
2023-01-15adapt to ed25519 changes in src/usr.bin/sshDamien Miller
2023-01-14Shell syntax fix. From ren mingshuai vi github PR#369.Darren Tucker
2023-01-14Instead of skipping the all-tokens test if we don't have OpenSSL (sinceDarren Tucker