Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-01 | Rework SNI hostname regress to be table driven. | Joel Sing | |
Also adjust for the changes to tlsext_sni_is_valid_hostname() and include tests for IPv4 and IPv6 literals. ok beck@ | |||
2021-11-01 | Rework x509attribute regress test in such a way that it doesn't need | Theo Buehler | |
to reach into opaque structs. | |||
2021-10-31 | Also remove pcap files during make clean. | Alexander Bluhm | |
2021-10-31 | Make this test compile again after the damage done in libcrypto | Theo Buehler | |
2021-10-31 | Prepare regress for opaque structs in x509*.h | Theo Buehler | |
2021-10-29 | If the test fails, do not hang forever. Abort with a 10 seconds | Alexander Bluhm | |
timeout. | |||
2021-10-29 | Hook poll tests. | Martin Pieuchot | |
2021-10-29 | Test that poll(2) returns POLLNVAL for an already closed fd. | Martin Pieuchot | |
poll(2) rewrite on top of kqueue is currently blocking instead of returning. Regression reported by Larry Hynes with a reproducer from Leah Neukirchen, thanks a lot! | |||
2021-10-29 | sshsig: add tests for signing key validity and find-principals | Damien Miller | |
- adds generic find-principals tests (this command had none before) - tests certs with a timeboxed validity both with and without a restriced lifetime for the CA - test for a revoked CA cert by Fabian Stelzer | |||
2021-10-29 | avoid signedness warning; spotted in -portable | Damien Miller | |
2021-10-28 | openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5. | Theo Buehler | |
ruby can no longer generate certs with bogus wildcards in it to check that they will fail to verify when creating TLS connections. It will throw an error. This change needs openssl-ruby-tests-20211024p0 or later to work. | |||
2021-10-28 | increment SSH_SK_VERSION_MAJOR to match last change | Damien Miller | |
2021-10-26 | Adjust regress to the new BIO-free world order. | Claudio Jeker | |
2021-10-26 | Free memory on text exit to make asan quieter | Bob Beck | |
ok tb@ | |||
2021-10-26 | Revise regress for removal of SSL_SESSION_INTERNAL. | Joel Sing | |
2021-10-25 | - add regression tests for pfctl '$rn' macro expansion | Alexandr Nedvedicky | |
OK @bluhm | |||
2021-10-25 | open() flags never contain O_CREAT, so variatic mode_t can be removed here also | Theo de Raadt | |
2021-10-25 | Drop two uses of the terrible asn1 kludge spotted by anton | Theo Buehler | |
2021-10-25 | Use EXPECTED_FAIL instead of DISABLED. | mbuhl | |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt | |
3rd (variadic) mode_t parameter is irrelevant. Many developers in the past have passed mode_t (0, 044, 0644, or such), which might lead future people to copy this broken idiom, and perhaps even believe this parameter has some meaning or implication or application. Delete them all. This comes out of a conversation where tb@ noticed that a strange (but intentional) pledge behaviour is to always knock-out high-bits from mode_t on a number of system calls as a safety factor, and his bewilderment that this appeared to be happening against valid modes (at least visually), but no sorry, they are all irrelevant junk. They could all be 0xdeafbeef. ok millert | |||
2021-10-24 | Use the print.c file which is now shipped in rpki-client to print | Claudio Jeker | |
the cert, gbr, mft, roa and tal file contents. No real functional change. OK tb@ | |||
2019-11-19 | Import NetBSD system call regression tests. They were written with | Alexander Bluhm | |
ATF (Automated Testing Framework), so we use a small wrapper to map it to our bsd.regress.mk framework. Only half of the 80 NetBSD tests have been taken, the others need more work to adapt. Of them 34 syscall tests pass. Moritz Buhl ported the tests to OpenBSD. | |||
2021-10-24 | Anther day another broken test-http.c report from anton@ | Claudio Jeker | |
Adjust code again. | |||
2021-10-23 | For testing snmpd, use rc script to stop any running snmpd on machine | Alexander Bluhm | |
and restart it afterwards. | |||
2021-10-23 | Fixup test-http.c after big io change before anton@ complains | Claudio Jeker | |
2021-10-23 | Add a regress test for TLS client/server. | Joel Sing | |
This currently exercises various combinations of TLS versions and their associated key exchange mechanisms. Note that this currently fails for TLSv1.0/TLSv1.1 with RSA KEX (to be fixed shortly). Over time all of the ssl regress should be moved into the dtls and tls regress tests. | |||
2021-10-23 | Unbreak test-http after the last io.c changes | Claudio Jeker | |
Report from anton@ | |||
2021-10-23 | Revise regress test for tls13_buffer rename. | Joel Sing | |
2021-10-23 | Revise regress for tlsext_tick_lifetime_hint changing type. | Joel Sing | |
2021-10-22 | oops. | mbuhl | |
2021-10-22 | add missing FreeBSD libm tests, update the others | mbuhl | |
2021-10-22 | After deleting hifn(4) the only provider for the LZS compression | Alexander Bluhm | |
algorithm is gone. Reomve all LZS references from the tree. The v42bis in isakmpd also looks unsupported. OK mvs@ patrick@ sthen@ | |||
2021-10-22 | knf nits | Anton Lindqvist | |
2021-10-22 | add pipe select hangup test case; ok mpi@ | Anton Lindqvist | |
2021-10-15 | Pull in ssl_locl.h so that we can keep reaching into libssl internals. | Joel Sing | |
2021-10-13 | Sending live tcpdump output over SSH while running tests may drop | Alexander Bluhm | |
bpf logs in the kernel. Better write pcap files onto remote machine's disk and collect and convert after testing with live packets has finished. Move the TCP path MTU tests to the end. Otherwise TCP packets floating around could affect the packet counters of the subsequent tests. | |||
2021-10-13 | ssltest.c does not need param.h | Theo Buehler | |
From Jonas Termansen | |||
2021-10-13 | Remove __dead from usage() to reduce the diff needed to build LibreSSL | Theo Buehler | |
on sortix. Prompted by a diff by Jonas Termansen | |||
2021-10-13 | Fix regress test after changing the way bgpsec pubkeys are shown and processed. | Claudio Jeker | |
Reported by anton@ | |||
2021-10-12 | Relax test regex, read or write error is possible. | Alexander Bluhm | |
2021-10-12 | quote sudo and handle arguments | Anton Lindqvist | |
2021-10-11 | Fold bgpsec cert & traditional certs into same test | Job Snijders | |
2021-10-11 | Improve BGpsec regress test | Job Snijders | |
2021-10-11 | quote sudo and handle arguments | Anton Lindqvist | |
2021-10-11 | Invoke ${SUDO} before env(1) and not the other way around. Otherwise, | Anton Lindqvist | |
the OBJDIR environment variable will not necesarily be preserved. | |||
2021-10-11 | Replace poor man's synchronization primitive (i.e. sleep) with a | Anton Lindqvist | |
wait-until-condition-is-true loop in the hopes of making these tests less flaky. ok benno@ | |||
2021-10-09 | delete unneccessary arpa/nameser.h includes | Theo de Raadt | |
ok millert | |||
2021-10-07 | honor objdir | Anton Lindqvist | |
2021-10-07 | Replace the ugly openssl11 hack for the missing ASN1_time_parse() and | Claudio Jeker | |
ASN1_time_tm_cmp() functions with another hack that is considerably more horrible but also less intrusive. | |||
2021-10-06 | This regress uses vnd devices to create a softraid volume. Raid levels | Alexander Bluhm | |
RAID 0, RAID 1, RAID 5, CRYPTO, CONCAT, RAID 1 + CRYPTO are created. The volume disk is then mounted and stressed a little bit. |