summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2020-09-25move test-tls13-finished.py from slow tests to normal tests.Theo Buehler
2020-09-25test-tls13-finished.py has 70 failing tests that expect a "decode_error"Theo Buehler
2020-09-25delete a stale commentTheo Buehler
2020-09-25Add regression tests for oscpcheck.Bob Beck
2020-09-21Fix test_parser crash in ikev2_pld_eap. msg->msg_parent is always set intobhe
2020-09-21With the new rdomain aware slaacd we can't start an additional slaacdFlorian Obser
2020-09-211) Move the interop tests to the end so we see tlsfuzzer firstBob Beck
2020-09-21move a misplaced 'goto done;' so that all invalid uris are testedTheo Buehler
2020-09-21add a few short invalid URIs in test_constraints1() that cause earlyTheo Buehler
2020-09-20Correct a 1 byte read overflow in x509_contraints_uri and addBob Beck
2020-09-20Fix changed eap_parse signature.tobhe
2020-09-20As in emacs.sh -r1.11 by jca, don't test the behavior of ^L. WithTheo Buehler
2020-09-18Move variable declaration to beginning of scope in order to make thisTheo Buehler
2020-09-18make this test compile and pass on sparc64 by moving variable declarationsTheo Buehler
2020-09-18move variable declaration up to top to make this compile and passTheo Buehler
2020-09-18Use void function argument to appease gcc 4.2.1Theo Buehler
2020-09-18fix "warning: value computed is not used"Theo Buehler
2020-09-18fix "warning: function declaration isn't a prototype"Theo Buehler
2020-09-18zap redundant lineTheo Buehler
2020-09-18hook symbols test to regressTheo Buehler
2020-09-18Check availability of the symbols in Symbols.listTheo Buehler
2020-09-16Add cipher set tests with empty SSL_set_ciphersuites().Joel Sing
2020-09-16Correct cipher_set_test() when run on a machine without AES acceleration.Joel Sing
2020-09-16Make cipher_set_test() log failures and continue, rather than aborting.Joel Sing
2020-09-16Remove tests that are now under signal/Martin Pieuchot
2020-09-16Move sigsuspend test.Martin Pieuchot
2020-09-16Unhooked signal tests that just moved.Martin Pieuchot
2020-09-16Put all signal tests under a single directory.Martin Pieuchot
2019-05-13Test the interaction of signals with multiple posix threads. ItAlexander Bluhm
2020-09-15Error messages for LibreSSL have changed when switching to TLS 1.3.Alexander Bluhm
2020-09-15Null cipher test works only with TLS 1.2.Alexander Bluhm
2020-09-15Make sure variable assignments are followed by '\', otherwisetobhe
2020-09-15add tests for PKG_CONFIG_SYSTEM_INCLUDE_PATHJasper Lievisse Adriaanse
2020-09-15Test botan TLS client with libressl, openssl, openssl11 server.Alexander Bluhm
2020-09-14add support for '&' and '|' operators in btrace scriptsJasper Lievisse Adriaanse
2020-09-14Use more specific regex for ktrace to avoid false positives.Alexander Bluhm
2020-09-14Change the known output to be the expected output, so that weBob Beck
2020-09-14Use a fixed validation time in these tests so we neverBob Beck
2020-09-14Connect a client to a server. Both can be current libressl, orAlexander Bluhm
2020-09-13Add regress for SSL_{CTX_,}set_ciphersuites().Joel Sing
2020-09-13Adapt regress to IFS splitting correction (eval.c -r1.66)Theo Buehler
2020-09-13Add new x509 certificate chain validator in x509_verify.cBob Beck
2020-09-13More tests for policy matching via dstid.tobhe
2020-09-13Test for failure on dstid mismatch.tobhe
2020-09-13Add run-psk-fail test to check for failure on psk mismatch.tobhe
2020-09-13Refactor config setup boilerplate to allow asymmetric test setups.tobhe
2020-09-12If CPU does not support AES-NI, LibreSSL TLS 1.3 client prefersAlexander Bluhm
2020-09-12remove unused include that breaks regressBob Beck
2020-09-11Enable cert and cipher interop tests. cert just works. cipher hasAlexander Bluhm
2020-09-11Add x509_constraints.c - a new implementation of x509 name constraints, withBob Beck