Age | Commit message (Expand) | Author |
2020-09-25 | move test-tls13-finished.py from slow tests to normal tests. | Theo Buehler |
2020-09-25 | test-tls13-finished.py has 70 failing tests that expect a "decode_error" | Theo Buehler |
2020-09-25 | delete a stale comment | Theo Buehler |
2020-09-25 | Add regression tests for oscpcheck. | Bob Beck |
2020-09-21 | Fix test_parser crash in ikev2_pld_eap. msg->msg_parent is always set in | tobhe |
2020-09-21 | With the new rdomain aware slaacd we can't start an additional slaacd | Florian Obser |
2020-09-21 | 1) Move the interop tests to the end so we see tlsfuzzer first | Bob Beck |
2020-09-21 | move a misplaced 'goto done;' so that all invalid uris are tested | Theo Buehler |
2020-09-21 | add a few short invalid URIs in test_constraints1() that cause early | Theo Buehler |
2020-09-20 | Correct a 1 byte read overflow in x509_contraints_uri and add | Bob Beck |
2020-09-20 | Fix changed eap_parse signature. | tobhe |
2020-09-20 | As in emacs.sh -r1.11 by jca, don't test the behavior of ^L. With | Theo Buehler |
2020-09-18 | Move variable declaration to beginning of scope in order to make this | Theo Buehler |
2020-09-18 | make this test compile and pass on sparc64 by moving variable declarations | Theo Buehler |
2020-09-18 | move variable declaration up to top to make this compile and pass | Theo Buehler |
2020-09-18 | Use void function argument to appease gcc 4.2.1 | Theo Buehler |
2020-09-18 | fix "warning: value computed is not used" | Theo Buehler |
2020-09-18 | fix "warning: function declaration isn't a prototype" | Theo Buehler |
2020-09-18 | zap redundant line | Theo Buehler |
2020-09-18 | hook symbols test to regress | Theo Buehler |
2020-09-18 | Check availability of the symbols in Symbols.list | Theo Buehler |
2020-09-16 | Add cipher set tests with empty SSL_set_ciphersuites(). | Joel Sing |
2020-09-16 | Correct cipher_set_test() when run on a machine without AES acceleration. | Joel Sing |
2020-09-16 | Make cipher_set_test() log failures and continue, rather than aborting. | Joel Sing |
2020-09-16 | Remove tests that are now under signal/ | Martin Pieuchot |
2020-09-16 | Move sigsuspend test. | Martin Pieuchot |
2020-09-16 | Unhooked signal tests that just moved. | Martin Pieuchot |
2020-09-16 | Put all signal tests under a single directory. | Martin Pieuchot |
2019-05-13 | Test the interaction of signals with multiple posix threads. It | Alexander Bluhm |
2020-09-15 | Error messages for LibreSSL have changed when switching to TLS 1.3. | Alexander Bluhm |
2020-09-15 | Null cipher test works only with TLS 1.2. | Alexander Bluhm |
2020-09-15 | Make sure variable assignments are followed by '\', otherwise | tobhe |
2020-09-15 | add tests for PKG_CONFIG_SYSTEM_INCLUDE_PATH | Jasper Lievisse Adriaanse |
2020-09-15 | Test botan TLS client with libressl, openssl, openssl11 server. | Alexander Bluhm |
2020-09-14 | add support for '&' and '|' operators in btrace scripts | Jasper Lievisse Adriaanse |
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 |