Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-04 | Include license rather than referring to it. Text from | Theo Buehler | |
https://chromium.googlesource.com/chromium/src/+/refs/heads/main/LICENSE | |||
2022-04-03 | Initialize the mutex before making us of it from many threads. Prevents | Anton Lindqvist | |
a race in which one thread is currently initializing the mutex which is not an atomic operation whereas another thread tries to use it too early. With and ok schwarze@ | |||
2022-04-02 | Adjust test code after addition of cert_parse_pre and change to cert_parse | Claudio Jeker | |
and ta_parse. Reminder from tb@ | |||
2022-03-31 | Check EVPDigest* return values. | Theo Buehler | |
CID 351293 | |||
2022-03-31 | regression test for sftp cp command | Damien Miller | |
2022-03-30 | Add a simple test to ensure that pmeth->cleanup() can cope with NULL | Theo Buehler | |
pkey_ctx->data. | |||
2022-03-30 | Remove double slash in path to test program. | Anton Lindqvist | |
2022-03-30 | Flag the kq-tun regress test as skipped as opposed of only mentioning it | Anton Lindqvist | |
in a comment. Allows my own regress runner (and bluhm's) to highlight kqueue as having skipped tests. While here, get rid of redundant usage of phony. | |||
2022-03-29 | Add Eric Biggers's reproducer for the memory corruption with | Theo Buehler | |
the Z_DEFAULT_STRATEGY. | |||
2022-03-29 | Of the enabled tests only kq-pty-1 needs root, so reduce | Theo Buehler | |
REGRESS_ROOT_TARGTES and remove ${SUDO} from kq-pty-2. kq-tun also needs root, but it isn't run. discussed with and ok millert | |||
2022-03-29 | Regression test for NOTE_EXIT being delivered before child is waitable. | Todd C. Miller | |
2022-03-29 | Add Google Chromium tests for libz bugs. Write a minimal wrapper | Alexander Bluhm | |
to avoid importing GoogleTest, Google's C++ test framework. | |||
2022-03-28 | Print OK after all of the RRDP related tests. To make it clear that | Claudio Jeker | |
the regress test was successful. | |||
2022-03-25 | Now that syslogd(8) supports SSL shutdown when the TLS connection | Alexander Bluhm | |
terminates, do SSL shutdown in the test client. This will detect SSL handshake errors also with TLS 1.3 if the CA of the client certificate is invalid. test races reported by anton@; debugged with Carsten Arzig | |||
2022-03-24 | Link libz into regress build. | Alexander Bluhm | |
2022-03-24 | Import upstream madler/zlib test files and run them with our libz. | Alexander Bluhm | |
2022-03-24 | Adjust the signer test to link statically and work with hidden tls_signer | Theo Buehler | |
API. | |||
2022-03-23 | Add subdir gnu/lib to regress. | Alexander Bluhm | |
2022-03-23 | Simplify logic for skipping libexecinfo unwind test. It works on | Alexander Bluhm | |
clang archs except armv7. | |||
2022-03-23 | Ensure that pf regress anchor exists before clearing it. | Alexander Bluhm | |
2022-03-22 | Adjust test after the change to TAILQ in struct prefix. | Claudio Jeker | |
2022-03-19 | Revise regress for ascii/text to ASN.1 object conversion rewrite. | Joel Sing | |
2022-03-19 | Add another invalid separator test case. | Joel Sing | |
2022-03-19 | mark injection fault test as okay to fail, since this case no longer | Marc Espie | |
creates temp files with the current optimization. | |||
2022-03-16 | Fix dependency to build bn_mod_sqrt. | Alexander Bluhm | |
2022-03-15 | Check BIO_reset() return value to make gcc happy. | Theo Buehler | |
2022-03-15 | Add a simple regress to verify that the infinite loop in BN_mod_sqrt() | Theo Buehler | |
is fixed. | |||
2022-03-15 | Fix build after recent IKEv2 message fragment retransmit change. | Tobias Heider | |
Found by anton@ | |||
2022-03-15 | Add a test for expanding macros in large-community strings. | Claudio Jeker | |
2022-03-14 | Add a few regress test cases for name constraints. | Theo Buehler | |
From Alex Wilson | |||
2022-03-14 | Increase timeout to make test pass on sparc64. | Alexander Bluhm | |
2022-03-11 | Check for underflow as well as overflow when scaling negative numbers. | Darren Tucker | |
ok millert@ | |||
2022-03-10 | Simple regress for NULL deref reported by Guido Vranken and fixed in | Theo Buehler | |
bn_exp2.c r1.13. | |||
2022-03-08 | Add a sleep when starting the bgpd daemons so that there is less chance | Claudio Jeker | |
for a connection collision. | |||
2022-03-08 | Some more c99 initializers for consistency and readability | Theo Buehler | |
2022-03-08 | Start bgpd in rdomain 1 a bit earlier to avoid session establishment | Claudio Jeker | |
conflicts. | |||
2022-03-05 | Add test coverage for i2a_ASN1_OBJECT() | Joel Sing | |
2022-03-04 | Make the regress test more reliable by starting the bgpd instances further | Claudio Jeker | |
apart from each other. bgpd's connection collision avoidance is not optimal and in that case the regress test timeous out before the session is up. | |||
2022-03-03 | Stub rde_send_kroute() reminded by tb@ | Claudio Jeker | |
2022-03-02 | Provide additional ASN1_OBJECT test coverage. | Joel Sing | |
2022-03-01 | ci(1) populates the author keyword using getlogin(2), therefore favor | Anton Lindqvist | |
logname(1) when normalizing the output. | |||
2022-02-26 | Allow pledged pf ioctl test to pass also when pf is disabled. | Alexander Bluhm | |
2022-02-26 | Add regress coverage for ASN1_OBJECT public interfaces. | Joel Sing | |
2022-02-24 | Regen most of the config output. With support for alternating ports the | Claudio Jeker | |
moment when the default listeners are added to the config got moved into parse_config() and so is now visible in the printed config. Showing the listen on statements is probably a good thing. Failure noticed by anton@ | |||
2022-02-23 | Prints in iked fuzzer fill 77% of full regress output. Nobody wants | Alexander Bluhm | |
to see 23.2 MB text output unless when debugging a failure. And then a logfile is better than stderr. OK claudio@ | |||
2022-02-23 | Interface index 1 doesn't need to have an lladdr. | Martijn van Duren | |
Found by anton@ who has enc0 on index 1 on his arm64 regress machine. with and OK anton@ | |||
2022-02-22 | The fuzzer logs everything to syslog, this is not what we want. | Claudio Jeker | |
Call log_init() and set debug but clear verbose afterwards with log_setverbose(0) still the fuzzer is very verbose. OK millert@ some time ago | |||
2022-02-22 | Bump the number of wait_until iterations, in the hopes of making the | Anton Lindqvist | |
tests less flaky. | |||
2022-02-21 | vxlan sending to a mcast group needs an interface specified for that group | David Gwynne | |
ok anton@ | |||
2022-02-20 | Test OBJ_obj2txt() with NULL and short buffers. | Joel Sing | |