Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-22 | Add $OpenBSD tag to make syncs easier | Darren Tucker | |
2014-07-22 | Regenerate test keys with certs signed with ed25519 instead of ecdsa. | Darren Tucker | |
These can be used in -portable on platforms that don't support ECDSA. | |||
2014-07-22 | Sign test certs with ed25519 instead of ecdsa so that they'll work in | Darren Tucker | |
-portable on platforms that don't have ECDSA in their OpenSSL. ok djm | |||
2014-07-22 | change the test for still-open Unix domain sockets to be robust against | Damien Miller | |
nc implementations that produce error messages. from -portable | |||
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther | |
being-standardized <endian.h> ok deraadt@ millert@ beck@ | |||
2014-07-20 | A HTTP connection may have multiple requests with content. Allow | Alexander Bluhm | |
to specify an array of md5 hashes in the test arguments and check all of them in the client and server log files. So test that relayd does not modify the http body. | |||
2014-07-20 | Fix ordering breakage, moving the fclose() test last again. | Philip Guenther | |
Also correct some format strings. From Doug Hogan (doug (at) acyclic.org) | |||
2014-07-20 | Update regress to match change in stpcpy() linker message | Philip Guenther | |
Noted by Doug Hogan (doug (at) acyclic.org) | |||
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther | |
the errno of an intervening cleanup operation like close/unlink/etc. Diff from Doug Hogan (doug (at) acyclic.org) | |||
2014-07-20 | Delete unused variables found by -Wall | Philip Guenther | |
2014-07-20 | Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org) | Philip Guenther | |
2014-07-19 | Make sure struct sockaddr_in gets completely initialized by setting it to zero | Miod Vallat | |
before setting the few fields we are interested in; Doug Hogan | |||
2014-07-18 | The pf forward tests were running rdr-to and nat-to simultaneously | Alexander Bluhm | |
only. Change address layout and add individual tests for each feature rdr-to and nat-to and rdr-to together with nat-to. | |||
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen | |
2014-07-16 | Fix tlsext_tick_lifetime_hint value in test #2 to make sure the | Miod Vallat | |
(tlsext_tick_lifetime_hint > 0) test also passes on 32-bit platforms (tlsext_tick_lifetime_hint is a long). | |||
2014-07-15 | Add support for Unix domain socket forwarding. A remote TCP port | Todd C. Miller | |
may be forwarded to a local Unix domain socket and vice versa or both ends may be a Unix domain socket. This is a reimplementation of the streamlocal patches by William Ahern from: http://www.25thandclement.com/~william/projects/streamlocal.html OK djm@ markus@ | |||
2014-07-14 | Add sendsyslog too, and sort | Philip Guenther | |
2014-07-14 | Update systrace policies for arc4random changes | Philip Guenther | |
2014-07-14 | Hook in libressl to regress. | Joel Sing | |
2014-07-14 | Sort SUBDIRs. | Joel Sing | |
2014-07-14 | Now that the relayd timeouts have been fixed, make the http timeout | Alexander Bluhm | |
test more strict again. Backout rev 1.2 of args-timeout-http.pl. | |||
2014-07-14 | Update regress test to work with ressl API changes. | Joel Sing | |
2014-07-13 | fix regress tests after log changes. noticed by bluhm@. | Sebastian Benoit | |
everybody stand back. i know regular expressions. | |||
2014-07-13 | Add a regress test for the ASN1 handling of SSL session tickets. | Joel Sing | |
2014-07-13 | Make the pf_fragment test pass again. pf does not adjust the | Alexander Bluhm | |
checksum of a NATed UDP or TCP packet in the payload of an ICMP packet anymore. Disable all test that rely on this feature. Check that the router's interface mtu has been set to 1300. | |||
2014-07-13 | Make the pf_forward test pass again. Check that the router's | Alexander Bluhm | |
interface mtu has been set to 1300. New netcat needs -N for shutdown. The IPv4 and IPv6 addresses for the af-to tests must have corresponding host numbers. | |||
2014-07-13 | improve log output for relays. adjust regress tests | Sebastian Benoit | |
ok reyk | |||
2014-07-13 | repair matching of headers, add regress test for this error | Sebastian Benoit | |
ok reyk | |||
2014-07-12 | Automatically load the required pf rules into the kernel of the | Alexander Bluhm | |
remote test machine. | |||
2014-07-12 | Teach these pf regress tests to run with obj directory and to fail | Alexander Bluhm | |
softly if the setup is incomplete. Link them to the build. | |||
2014-07-12 | Use a saner and consistent address layout for my network tests that | Alexander Bluhm | |
run over 4 machines. Add a check-setup target to verify that interface addresses and routes are properly set up. | |||
2014-07-12 | More KNF. | Joel Sing | |
2014-07-12 | Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH and | Joel Sing | |
OPENSSL_NO_X509_VERIFY. We're not going to build with these and the same removal has already been done for libssl. | |||
2014-07-12 | Add an initial regress test for libressl, which calls ressl from Go and | Joel Sing | |
makes it talk to a Go TLS server. | |||
2014-07-12 | fix relay "append header" action, add regression test for append | Sebastian Benoit | |
ok reyk | |||
2014-07-12 | Test filtering by method | Reyk Floeter | |
ok bluhm@ benno@ | |||
2014-07-11 | Put a license file into the test directories with multiple argument | Alexander Bluhm | |
files. We do not want to put a license header into each subtest. suggested by reyk@ | |||
2014-07-11 | Add OpenBSD RCS id. | Alexander Bluhm | |
2014-07-11 | Limit HTTP header length to about 8K (based on the default of 4-8K in | Reyk Floeter | |
common web servers). Add a related regress test. OK benno@ | |||
2014-07-11 | Add a test framework for the ospfd routing daemon. For each test | Alexander Bluhm | |
one fresh daemon is started with an individual config. It is talking OSPF via a tun interface. At the process side of the tun device a client is running. This test programm is parsing the OSPF packets and generates new ones. It simulates other OSPF daemons. For now only hello packets are tested. Each test has a task list which drives the ospfd through its interface state machine. The plan is to extend the framework for the other OSPF packet types and state machines. Eventualy the generated kernel routing messages could also be checked. I have developed this test suite together with Florian Riehm. | |||
2014-07-11 | Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSL | Miod Vallat | |
RT. | |||
2014-07-11 | Make the test output easier to read by splitting the test cases | Alexander Bluhm | |
with an empty line and a header line. | |||
2014-07-11 | Regression test for PKCS5_PBKDF2_HMAC(), written by Christian Heimes ; from | Miod Vallat | |
OpenSSL trunk | |||
2014-07-11 | Verify the checksum of the echo reply fragment based on the echo | Alexander Bluhm | |
request. | |||
2014-07-11 | Add a test that sends a large ICMP6 packet in many small fragments. | Alexander Bluhm | |
The echo reply has to be fragmented. | |||
2013-01-03 | Reengineer the socket splicing regression tests: | Alexander Bluhm | |
- Move the tests from splice to new sosplice directory for consistent naming. - Split the API tests and the TCP splicing tests into separate directories. - Create some tests for the upcoming UDP splicing. - Tests can be run in obj directories now. - The API tests can run both on a local and on a remote machine now. - Fix the forking TCP tests which splice and read or write simultaneously. - Bunch of little fixes for races in the tests. - Deduplicate code, move checks into common functions. | |||
2014-07-11 | Fix dryrun for remote relayd test. | Alexander Bluhm | |
2014-07-11 | Add a time.log file that accumulates timing information about the | Alexander Bluhm | |
executed tests. This allows to micro benchmark relayd. based on a diff from andre@; OK reyk@ | |||
2014-07-11 | Simplify the code that handles the HTTP headers by using an RB tree | Reyk Floeter | |
with associated lists instead of the complicated lookup table and "others" list. This might add a little malloc overhead for common headers but also fixes some issues like the handling of repeated headers - for example, handling of multiple "Set-Cookie" headers. ok bluhm@ (regress part) ok benno@ | |||
2014-07-11 | Remove PSK from the ssl regress. | Joel Sing | |