Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-13 | Adjust function prototype of a stub function after change to | Claudio Jeker | |
rde_generate_updates() in bgpd. | |||
2023-02-13 | asn1x509 test: Remove unnecessary line continuations | Theo Buehler | |
2023-02-13 | Revise for negative zero changes. | Joel Sing | |
2023-02-13 | Add currently failing negative zero check to BN_rshift() regress. | Joel Sing | |
2023-02-10 | test -Ohashalg=... and that the default output contains both | Damien Miller | |
specified hash algorithms; prompted by dtucker@ | |||
2023-02-09 | Test adding terminating newline to known_hosts. | Darren Tucker | |
2023-02-08 | ssh-agent doesn't actually take -v, so the recently-added ones will | Darren Tucker | |
result in the test not cleaning up after itself. Patch from cjwatson at debian.org vi bz#3536. | |||
2023-02-07 | switch to new simplified disklabel template format. | Kenneth R Westerback | |
ok kn@ | |||
2023-02-07 | switch to new simplified disklabel template format | Klemens Nanni | |
2023-02-02 | Sync function prototypes and declarations to satisfy clang 15. | Anton Lindqvist | |
ok jsing@ | |||
2023-02-02 | test compat_kex_proposal(); by dtucker@ | Damien Miller | |
2023-02-01 | Don't run session tests with openssl 3.0 - these tests aren't TLSv1.3 ready | Theo Buehler | |
2023-02-01 | Hopefully the last one. | Theo Buehler | |
2023-02-01 | One more openssl 1.0.2 thing missed. | Theo Buehler | |
2023-02-01 | Switch from eopenssl to eopenssl30. Missed in both previous commits | Theo Buehler | |
for some reason. | |||
2023-02-01 | Retire OpenSSL 1.0.2 interop | Theo Buehler | |
Now that the OpenSSL 1.0.2 port is gone, there's no need to keep the interop tests anymore. anton's and bluhm's regress tests will switch to testing interoperability with OpenSSL 3.0. | |||
2023-01-31 | Remove "deletetunnel" command (marked as "remove during 6.4-current"). | Theo Buehler | |
The "-tunnel" command of course remains. | |||
2023-01-31 | Add bn/arch/${MACHINE_CPU} to the include path. | Joel Sing | |
This will be needed once headers pull in bn_arch.h. | |||
2023-01-31 | Add more regress tests for BN_usub(). | Joel Sing | |
This adds more tests for BN_usub(), particularly where b > a, which should be an error condition. One of these currently succeeds and produces incorrect results. | |||
2023-01-30 | Extend community unittests to cover more bits | Claudio Jeker | |
2023-01-29 | Use utime in order to make benchmarks less noisy and more consistent. | Joel Sing | |
2023-01-29 | Set BN_FLG_CONSTTIME on benchmark inputs. | Joel Sing | |
The public APIs still change behaviour based on BN_FLG_CONSTTIME - set it to avoid benchmark noise. | |||
2023-01-29 | Add benchmarks for BN_div() | Joel Sing | |
2023-01-29 | Correct setup for BN_mul/BN_sqr benchmarks. | Joel Sing | |
BN_rand() takes a bit length, not the top bit. | |||
2023-01-29 | Rename bn_mul.c regress to bn_mul_div.c. | Joel Sing | |
2023-01-28 | Switch regress to using x509_verify.h from libcrypto instead of the | Theo Buehler | |
one in /usr/include/openssl. | |||
2023-01-27 | Test the behaviour of round() on halfway values. | Miod Vallat | |
2023-01-27 | Add a few more -fno-builtin to make sure we test libm, not the compiler. | Miod Vallat | |
2023-01-27 | Add openssl 3.0 interop tests | Theo Buehler | |
The plan is to retire the 1.0.2 interop tests soon so as to be able to drop the dead and dangerous OpenSSL 1.0.2 port. The cert part is extremely slow on arm64: the whole interop test on an m1 is about 10x slower (~45 min!) than on a modern amd64 laptop, so people running regress may want to wait a bit with adding OpenSSL 3 to their test boxes until this is sorted out. | |||
2023-01-24 | Adjust various test results to the new bgpctl show rib output including | Claudio Jeker | |
ASPA validation state. OK tb@ | |||
2023-01-24 | Adjust the ASPA test to match the new code which is AFI independent. | Claudio Jeker | |
OK tb@ | |||
2023-01-23 | more comments, space and -- nits | Klemens Nanni | |
2023-01-22 | Cope with xonly on amd64 by moving the testfly routine to the rodata | Anton Lindqvist | |
section. | |||
2023-01-21 | Provide basic benchmarks for BN_mul() and BN_sqr(). | Joel Sing | |
2023-01-20 | Update config regress test now that aspa-set syntax changed. | Claudio Jeker | |
OK tb@ | |||
2023-01-19 | Check if we can copy sshd or need to use sudo to do so during reexec | Darren Tucker | |
test. Skip test if neither can work. Patch from anton@, tweaks from me. | |||
2023-01-18 | Add xonly tests, initially written by deraadt@. Tweaked by me to fit and | Anton Lindqvist | |
the regress framework and allowing the expected outcome to be enumerated per architecture. Currently limited to amd64 and arm64. | |||
2023-01-17 | Add a dummy stub for getmonotime(). Reminded by tb@ | Claudio Jeker | |
2023-01-17 | also check that an active session inhibits UnusedConnectionTimeout | Damien Miller | |
idea markus@ | |||
2023-01-17 | regression test for UnusedConnectionTimeout | Damien Miller | |
2023-01-17 | fix typo in package name | Anton Lindqvist | |
2023-01-17 | cope with ktrace "(via syscall)" changes | Anton Lindqvist | |
2023-01-16 | Enable softraid(4) support in installboot(8) | Klemens Nanni | |
riscv64 efiboot already supports booting from softraid volumes. These installboot bits make sure that the boot loader will be installed on chunk devices rather than the volume for root on softraid installations, i.e. full boot support for riscv64, just like amd64, arm64 and sparc64. regress is happy. OK kettenis | |||
2023-01-16 | unbreak test: cannot access shell positional parameters past $9 without | Damien Miller | |
wrapping the position in braces (i.e. need ${10}, etc.) | |||
2023-01-15 | adapt to ed25519 changes in src/usr.bin/ssh | Damien Miller | |
2023-01-14 | Shell syntax fix. From ren mingshuai vi github PR#369. | Darren Tucker | |
2023-01-14 | Instead of skipping the all-tokens test if we don't have OpenSSL (since | Darren Tucker | |
we use it to compute the hash), put the hash at the end and just omit it if we don't have it. Prompted by bz#3521. | |||
2023-01-13 | Move scp path setting to a helper function. | Darren Tucker | |
The previous commit to add scp to the test sshd's path causes the t-envpass test to fail when the test scp is given using a fully qualified path. Put this in a helper function and only call it from the scp tests. | |||
2023-01-13 | Add scp's path to test sshd's PATH. | Darren Tucker | |
If the scp we're testing is fully qualified (eg it's not in the system PATH) then add its path to the under-test sshd's PATH so we can find it. Prompted by bz#3518. | |||
2023-01-12 | In build_aspath() be more careful in the len == 0 case. For len == 0 | Claudio Jeker | |
aspath->data should not be touched so just exit early. While there also initalize source_as correctly in the rev case. This does not matter here but is more correct. Problem noticed by anton@ OK tb@ |