Age | Commit message (Expand) | 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 |
2014-07-22 | Sign test certs with ed25519 instead of ecdsa so that they'll work in | Darren Tucker |
2014-07-22 | change the test for still-open Unix domain sockets to be robust against | Damien Miller |
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther |
2014-07-20 | A HTTP connection may have multiple requests with content. Allow | Alexander Bluhm |
2014-07-20 | Fix ordering breakage, moving the fclose() test last again. | Philip Guenther |
2014-07-20 | Update regress to match change in stpcpy() linker message | Philip Guenther |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
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 |
2014-07-18 | The pf forward tests were running rdr-to and nat-to simultaneously | Alexander Bluhm |
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 |
2014-07-15 | Add support for Unix domain socket forwarding. A remote TCP port | Todd C. Miller |
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 |
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 |
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 |
2014-07-13 | Make the pf_forward test pass again. Check that the router's | Alexander Bluhm |
2014-07-13 | improve log output for relays. adjust regress tests | Sebastian Benoit |
2014-07-13 | repair matching of headers, add regress test for this error | Sebastian Benoit |
2014-07-12 | Automatically load the required pf rules into the kernel of the | Alexander Bluhm |
2014-07-12 | Teach these pf regress tests to run with obj directory and to fail | Alexander Bluhm |
2014-07-12 | Use a saner and consistent address layout for my network tests that | Alexander Bluhm |
2014-07-12 | More KNF. | Joel Sing |
2014-07-12 | Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH and | Joel Sing |
2014-07-12 | Add an initial regress test for libressl, which calls ressl from Go and | Joel Sing |
2014-07-12 | fix relay "append header" action, add regression test for append | Sebastian Benoit |
2014-07-12 | Test filtering by method | Reyk Floeter |
2014-07-11 | Put a license file into the test directories with multiple argument | Alexander Bluhm |
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 |
2014-07-11 | Add a test framework for the ospfd routing daemon. For each test | Alexander Bluhm |
2014-07-11 | Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSL | Miod Vallat |
2014-07-11 | Make the test output easier to read by splitting the test cases | Alexander Bluhm |
2014-07-11 | Regression test for PKCS5_PBKDF2_HMAC(), written by Christian Heimes ; from | Miod Vallat |
2014-07-11 | Verify the checksum of the echo reply fragment based on the echo | Alexander Bluhm |
2014-07-11 | Add a test that sends a large ICMP6 packet in many small fragments. | Alexander Bluhm |
2013-01-03 | Reengineer the socket splicing regression tests: | Alexander Bluhm |
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 |
2014-07-11 | Simplify the code that handles the HTTP headers by using an RB tree | Reyk Floeter |
2014-07-11 | Remove PSK from the ssl regress. | Joel Sing |