Age | Commit message (Expand) | Author |
2020-09-14 | Use more specific regex for ktrace to avoid false positives. | Alexander Bluhm |
2020-09-14 | Change the known output to be the expected output, so that we | Bob Beck |
2020-09-14 | Use a fixed validation time in these tests so we never | Bob Beck |
2020-09-14 | Connect a client to a server. Both can be current libressl, or | Alexander Bluhm |
2020-09-13 | Add regress for SSL_{CTX_,}set_ciphersuites(). | Joel Sing |
2020-09-13 | Adapt regress to IFS splitting correction (eval.c -r1.66) | Theo Buehler |
2020-09-13 | Add new x509 certificate chain validator in x509_verify.c | Bob Beck |
2020-09-13 | More tests for policy matching via dstid. | tobhe |
2020-09-13 | Test for failure on dstid mismatch. | tobhe |
2020-09-13 | Add run-psk-fail test to check for failure on psk mismatch. | tobhe |
2020-09-13 | Refactor config setup boilerplate to allow asymmetric test setups. | tobhe |
2020-09-12 | If CPU does not support AES-NI, LibreSSL TLS 1.3 client prefers | Alexander Bluhm |
2020-09-12 | remove unused include that breaks regress | Bob Beck |
2020-09-11 | Enable cert and cipher interop tests. cert just works. cipher has | Alexander Bluhm |
2020-09-11 | Add x509_constraints.c - a new implementation of x509 name constraints, with | Bob Beck |
2020-09-10 | Refactor initial cleanup. | tobhe |
2020-09-10 | Enable test-tls13-large-number-of-extensions.py | Theo Buehler |
2020-09-09 | Element next-line scopes can nest. Consequently, even when closing | Ingo Schwarze |
2020-09-09 | adapt to SSH_SK_VERSION_MAJOR crank | Damien Miller |
2020-09-07 | Add 'run-ping-fail' subtest. Make sure to clean up left over state | tobhe |
2020-09-03 | oops, i tripped over $Mdocdate$ again; so sync the date after the commit | Ingo Schwarze |
2020-09-03 | Fix two issues with .po (page offset) formatting: | Ingo Schwarze |
2020-09-03 | If .ti had an excessive argument, using it was attempted, in some | Ingo Schwarze |
2020-09-02 | Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode. | Ingo Schwarze |
2020-09-01 | Ignore unreasonably large spacing modifiers in tbl layouts. | Ingo Schwarze |
2020-08-30 | Allow multiple global options. | tobhe |
2020-08-30 | Add regress test case for make/varmodifiers.c r1.48 | Theo Buehler |
2020-08-29 | Add 'enforcesingleikesa' test. | tobhe |
2020-08-28 | Ensure that address/mask mismatches are flagged at config-check time. | Darren Tucker |
2020-08-27 | adapt to API changes | Damien Miller |
2020-08-27 | dummy firmware needs to match API version numner crank (for | Damien Miller |
2020-08-21 | Fix rpki-client regress | Theo Buehler |
2020-08-18 | Fix bug in the select() portion of the test, the timeout was ignored. | Todd C. Miller |
2020-08-17 | Fix append mode so it always writes to the end and expand regress. | Todd C. Miller |
2020-08-17 | Also print a list of missing scripts in summary | Theo Buehler |
2020-08-17 | Avoid test failures due to outdated packages | Theo Buehler |
2020-08-15 | enable jsing's zero content type test | Theo Buehler |
2020-08-11 | I accidentally zeored out a few bytes of the TLSv1.0 session ID. | Theo Buehler |
2020-08-09 | Update TLS versions to match TLSv1.3 being enabled for TLS_method(). | Joel Sing |
2020-08-09 | Fix regress test so that it exits non-zero for failure cases. | Joel Sing |
2020-08-09 | Update golden values to match P-521 being enabled by default in the client. | Joel Sing |
2020-08-09 | Update golden values to match P-521 being enabled by default in the client. | Joel Sing |
2020-08-08 | Add regression test for snmp(1) UTF-8 support by abusing the oid keyword | Martijn van Duren |
2020-08-08 | Session resumption is not currently supported for TLSv1.3. | Theo Buehler |
2020-08-08 | Enable P-521 and run the tests that use it. | Theo Buehler |
2020-08-03 | Put the code handling \} into a new function roff_cond_checkend() | Ingo Schwarze |
2020-08-01 | Replace hostname underscore with hyphen in appstest.sh | Kinichiro Inoguchi |
2020-08-01 | add kcov remote coverage tests | anton |
2020-07-30 | bluhm@ has been pointing out for a long time that the mandoc test suite | Ingo Schwarze |
2020-07-27 | Add unveil test to lastcomm regress. | rob |