summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Skip floating-point exception checks on arm64 and armv7 as the hardwarekettenis2020-10-192-2/+6
* XFAIL tests on arm64 and armv7 as floating-point exception support iskettenis2020-10-181-1/+6
* make this test compile and pass on sparc64tb2020-10-161-2/+2
* Add an explicit cast to make this test compile and pass with gcc.tb2020-10-161-2/+2
* Test DTLS timeouts and retransmissions by dropping specific messages.jsing2020-10-151-5/+299
* Improve poll and event handling.jsing2020-10-151-8/+27
* Hook up dtls regress.jsing2020-10-141-1/+2
* Add regress tests for DTLS.jsing2020-10-142-0/+411
* avoid two overlong lines and drop an unused printf argumenttb2020-10-121-4/+4
* No longer need to cast away const in srtp_find_profile_by_name()tb2020-10-111-2/+2
* Update regress for method changes.jsing2020-10-111-4/+4
* Unbreak regress following SRTP_PROTECTION_PROFILE const change.jsing2020-10-111-2/+2
* Don't leak bundle_file and cert_file paths at the end.tb2020-10-101-1/+3
* Read cert.pem once and reuse it instead of reading it twice per test certtb2020-10-081-18/+10
* zap trailing whitespacetb2020-10-071-21/+21
* add arguments to skip a bunch of x448 teststb2020-10-071-3/+18
* Hook up tlslegacy regress.jsing2020-10-071-1/+2
* Add regress tests for switching from the new TLS stack to the legacy stack.jsing2020-10-072-0/+642
* Use std=gnu99 to be able to build the tests with both base clang and gcc.mpi2020-10-061-1/+3
* KNFtb2020-10-031-12/+11
* typotb2020-10-031-1/+1
* spelling, punctuation, whitespacetb2020-10-022-6/+6
* Add possibility to link and run this test against the OpenSSL 1.1.1 packagetb2020-10-021-1/+7
* Use += and ?= and tidy up whitespacetb2020-10-021-8/+8
* Tidy up: no need to link statically against libcrypto and no needtb2020-10-021-4/+4
* Make this test compile against OpenSSL 1.1tb2020-10-021-11/+21
* move test-tls13-finished.py from slow tests to normal tests.tb2020-09-251-27/+26
* test-tls13-finished.py has 70 failing tests that expect a "decode_error"tb2020-09-251-6/+94
* delete a stale commenttb2020-09-251-5/+1
* 1) Move the interop tests to the end so we see tlsfuzzer firstbeck2020-09-215-9/+35
* move a misplaced 'goto done;' so that all invalid uris are testedtb2020-09-211-1/+1
* add a few short invalid URIs in test_constraints1() that cause earlytb2020-09-211-0/+4
* Correct a 1 byte read overflow in x509_contraints_uri and addbeck2020-09-201-0/+4
* Move variable declaration to beginning of scope in order to make thistb2020-09-181-3/+4
* make this test compile and pass on sparc64 by moving variable declarationstb2020-09-181-4/+9
* move variable declaration up to top to make this compile and passtb2020-09-181-1/+1
* Use void function argument to appease gcc 4.2.1tb2020-09-181-1/+1
* fix "warning: value computed is not used"tb2020-09-181-2/+2
* fix "warning: function declaration isn't a prototype"tb2020-09-181-3/+3
* zap redundant linetb2020-09-181-2/+1
* hook symbols test to regresstb2020-09-181-1/+2
* Check availability of the symbols in Symbols.listtb2020-09-182-0/+182
* Add cipher set tests with empty SSL_set_ciphersuites().jsing2020-09-161-0/+22
* Correct cipher_set_test() when run on a machine without AES acceleration.jsing2020-09-161-1/+19
* Make cipher_set_test() log failures and continue, rather than aborting.jsing2020-09-161-11/+3
* Test botan TLS client with libressl, openssl, openssl11 server.bluhm2020-09-154-6/+305
* Change the known output to be the expected output, so that webeck2020-09-141-1421/+1421
* Use a fixed validation time in these tests so we neverbeck2020-09-141-2/+4
* Connect a client to a server. Both can be current libressl, orbluhm2020-09-145-10/+193
* Add regress for SSL_{CTX_,}set_ciphersuites().jsing2020-09-132-7/+318