Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-21 | Plug memory leak reported by Ilya Shipitsin | Theo Buehler | |
Since r1.7, input in base64_decoding_test() is allocated unconditionally, so free it unconditionally. | |||
2021-03-20 | typo | Theo Buehler | |
2021-03-20 | Add new test-tls13-multiple-ccs-messages.py | Theo Buehler | |
This is a test that checks for NSS's CCS flood DoS CVE-2020-25648. The test script currently fails on LibreSSL and OpenSSL 1.1.1j because it sends invalid records with version 0x0300 instead of 0x0303. We have the ccs_seen logic corresponding to NSS's fix: https://hg.mozilla.org/projects/nss/rev/57bbefa793232586d27cee83e74411171e128361 but we do allow up to two CCS due to an interop issue with Fizz, so at least one of the tests will likey be broken once the record version is fixed. | |||
2021-03-19 | add a test for misc.c:argv_split(), currently fails | Damien Miller | |
2021-03-19 | split | Damien Miller | |
2021-03-17 | Update for DTLSv1.2 being enabled. | Joel Sing | |
2021-03-17 | Update for DTLSv1.2 version handling. | Joel Sing | |
2021-03-15 | add a check for system-version, since I tend to reverse comparisons | Marc Espie | |
2021-03-13 | Add TEST_SSH_MODULI_FILE variable to allow overriding of the moduli file | Darren Tucker | |
used during the test run. | |||
2021-03-12 | INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename. | Florian Obser | |
2021-03-11 | Check for the existence of p5-IO-Socket-SSL by checking for its SSL.pm | Theo Buehler | |
instead of running pkg_add which may block due to its locking mechanism. Precise file to check for suggested by sthen ok kn deraadt on previous version | |||
2021-03-10 | Revise TLS extension regress to match version handling changes. | Joel Sing | |
2021-03-09 | Dedicated regress test for snmp(1) instead of semi-relying on snmpd(8)'s | Martijn van Duren | |
regress for basic functionality. This regress covers quite a few usecases, but there's still plenty missing. feedback and OK bluhm@ | |||
2021-03-09 | Kernel drops fewer messages in sendsyslog(2), adapt syslogd(8) | Alexander Bluhm | |
tests. Kernel stashes logs temporarily, test it. Fix some races in existing tests. | |||
2021-03-05 | Fix regress tests after changes to tal.c, mft.c, and cert.c. | Claudio Jeker | |
2021-03-05 | Test case for read-only array being not that read-only in ksh. | Vadim Zhukov | |
okay tb@ | |||
2021-02-26 | zap spades of trailing whitespace | Theo Buehler | |
2021-02-26 | remove this KEX fuzzer; it's awkward to use and doesn't play nice | Damien Miller | |
with popular fuzzing drivers like libfuzzer. AFAIK nobody has used it but me. | |||
2021-02-25 | Update regress to match TLS versions change. | Joel Sing | |
2021-02-25 | s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/ | Damien Miller | |
2021-02-24 | Rename pubkeyacceptedkeytypes to pubkeyacceptedalgorithms in test to | Darren Tucker | |
match change to config-dump output. | |||
2021-02-23 | Make this test module aware so it passes with Go 1.16 | Theo Buehler | |
2021-02-23 | Make this test module aware so it passes with Go 1.16 | Theo Buehler | |
2021-02-21 | PATH does not include '.' anymore. Fix the runs test for that situation. | Theo Buehler | |
2021-02-20 | Enable threads test | Otto Moerbeek | |
2021-02-20 | A regress test to test concurrent exception handling in threads | Otto Moerbeek | |
2021-02-20 | Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version(). | Joel Sing | |
2021-02-18 | mark test-inlabel-wildcard-cert-no-CA-client as an expected failure | Theo Buehler | |
2021-02-17 | Make sure puttygen is new enough to successfully run the PuTTY interop | Darren Tucker | |
tests, otherwise skip them. | |||
2021-02-16 | Add x509 certificate validation regression tests | jan | |
The validation tests are originaly createtd by Steffen Ullrich. OK tb@ No objection jsing@ | |||
2021-02-16 | Print AIA in rpki-client test utility | job | |
2021-02-15 | Fix invalid config error in run-psk-fail. | tobhe | |
2021-02-12 | A few more flag combo's to test | Otto Moerbeek | |
2021-02-11 | More route-to fallout in pfctl regress. | Alexander Bluhm | |
2021-02-10 | Add med test, this no longer fails in -current | Claudio Jeker | |
2021-02-09 | These regress tests expect coredumps to be written so run them with | Claudio Jeker | |
ulimit -c unlimited. Also simplify the logic a bit as requested by bluhm@. OK bluhm@ deraadt@ | |||
2021-02-09 | These regress test expect coredumps as an effect of the test so run | Claudio Jeker | |
the tests with ulimit -c unlimited to make sure coredumps are written. OK bluhm@ deraadt@ | |||
2021-02-08 | Update DTLS client hello due to ECC changes. | Joel Sing | |
2021-02-08 | Also print the recently added caRepository URI alongside rpkiManifest | Claudio Jeker | |
and rpkiNotify SIA. | |||
2021-02-07 | route-to rules take ips, not interfaces with optional ips. | David Gwynne | |
another gentle reminder by bluhm@ who pointed out i missed some | |||
2021-02-07 | i missed a dup-to when tweaking route-to things to takes ips, not ifaces. | David Gwynne | |
gentle reminded by bluhm@ | |||
2021-02-07 | Enable auto DHE and disable session tickets for some tests. | Joel Sing | |
This allows us to drop the server messages that we intend on dropping. | |||
2021-02-06 | Only hexdump packets/messages on higher debug levels. | Joel Sing | |
2021-02-06 | Test reads and writes between the client and server. | Joel Sing | |
2021-02-05 | Roll back the hostname->uname change in rev 1.10. It turns out | Darren Tucker | |
uname -n doesn't do what we need for some platforms in portable, so we'll fix the original problem (that some other platforms don't have hostname at all) by providing wrapper function to implement it. | |||
2021-02-05 | Setup two pair(4) and one lo(4) interface in different routing | Alexander Bluhm | |
domains and with different interface MTU. Test that packet flow and TCP path MTU discovery works. | |||
2021-02-05 | hostname is not specified by POSIX but uname -n is, so use the latter for | Darren Tucker | |
portability. Patch from Geert Hendrickx via github PR#208. | |||
2021-02-04 | it's fine to route-to to a table. | David Gwynne | |
i think this should have been tweaked a while back. | |||
2021-02-04 | route-to rules take ips now, not interfaces with optional ips. | David Gwynne | |
reminded by bluhm@ | |||
2021-02-04 | route-to rules take ips, not interfaces with optional ips. | David Gwynne | |
reminded by bluhm@ |