summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2020-10-08Add regress for ocspcheckBob Beck
2020-10-08Read cert.pem once and reuse it instead of reading it twice per test certTheo Buehler
2020-10-07zap trailing whitespaceTheo Buehler
2020-10-07add arguments to skip a bunch of x448 testsTheo Buehler
2020-10-07Hook up tlslegacy regress.Joel Sing
2020-10-07Add regress tests for switching from the new TLS stack to the legacy stack.Joel Sing
2020-10-07remove GlobalKnownHostsFile for this test after UpdateHostkeysDamien Miller
2020-10-06Fix "rtable N" checkkn
2020-10-06Use std=gnu99 to be able to build the tests with both base clang and gcc.Martin Pieuchot
2020-10-03KNFTheo Buehler
2020-10-03typoTheo Buehler
2020-10-03add kcov remote interrupt coverage testanton
2020-10-03sync usageanton
2020-10-02spelling, punctuation, whitespaceTheo Buehler
2020-10-02Add possibility to link and run this test against the OpenSSL 1.1.1 packageTheo Buehler
2020-10-02Use += and ?= and tidy up whitespaceTheo Buehler
2020-10-02Tidy up: no need to link statically against libcrypto and no needTheo Buehler
2020-10-02Make this test compile against OpenSSL 1.1Theo Buehler
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