| Commit message (Expand) | Author | Age | Files | Lines |
* | XFAIL tests on arm64 and armv7 as floating-point exception support is | kettenis | 2020-10-18 | 1 | -1/+6 |
* | make this test compile and pass on sparc64 | tb | 2020-10-16 | 1 | -2/+2 |
* | Add an explicit cast to make this test compile and pass with gcc. | tb | 2020-10-16 | 1 | -2/+2 |
* | Test DTLS timeouts and retransmissions by dropping specific messages. | jsing | 2020-10-15 | 1 | -5/+299 |
* | Improve poll and event handling. | jsing | 2020-10-15 | 1 | -8/+27 |
* | Hook up dtls regress. | jsing | 2020-10-14 | 1 | -1/+2 |
* | Add regress tests for DTLS. | jsing | 2020-10-14 | 2 | -0/+411 |
* | avoid two overlong lines and drop an unused printf argument | tb | 2020-10-12 | 1 | -4/+4 |
* | No longer need to cast away const in srtp_find_profile_by_name() | tb | 2020-10-11 | 1 | -2/+2 |
* | Update regress for method changes. | jsing | 2020-10-11 | 1 | -4/+4 |
* | Unbreak regress following SRTP_PROTECTION_PROFILE const change. | jsing | 2020-10-11 | 1 | -2/+2 |
* | Don't leak bundle_file and cert_file paths at the end. | tb | 2020-10-10 | 1 | -1/+3 |
* | Read cert.pem once and reuse it instead of reading it twice per test cert | tb | 2020-10-08 | 1 | -18/+10 |
* | zap trailing whitespace | tb | 2020-10-07 | 1 | -21/+21 |
* | add arguments to skip a bunch of x448 tests | tb | 2020-10-07 | 1 | -3/+18 |
* | Hook up tlslegacy regress. | jsing | 2020-10-07 | 1 | -1/+2 |
* | Add regress tests for switching from the new TLS stack to the legacy stack. | jsing | 2020-10-07 | 2 | -0/+642 |
* | Use std=gnu99 to be able to build the tests with both base clang and gcc. | mpi | 2020-10-06 | 1 | -1/+3 |
* | KNF | tb | 2020-10-03 | 1 | -12/+11 |
* | typo | tb | 2020-10-03 | 1 | -1/+1 |
* | spelling, punctuation, whitespace | tb | 2020-10-02 | 2 | -6/+6 |
* | Add possibility to link and run this test against the OpenSSL 1.1.1 package | tb | 2020-10-02 | 1 | -1/+7 |
* | Use += and ?= and tidy up whitespace | tb | 2020-10-02 | 1 | -8/+8 |
* | Tidy up: no need to link statically against libcrypto and no need | tb | 2020-10-02 | 1 | -4/+4 |
* | Make this test compile against OpenSSL 1.1 | tb | 2020-10-02 | 1 | -11/+21 |
* | move test-tls13-finished.py from slow tests to normal tests. | tb | 2020-09-25 | 1 | -27/+26 |
* | test-tls13-finished.py has 70 failing tests that expect a "decode_error" | tb | 2020-09-25 | 1 | -6/+94 |
* | delete a stale comment | tb | 2020-09-25 | 1 | -5/+1 |
* | 1) Move the interop tests to the end so we see tlsfuzzer first | beck | 2020-09-21 | 5 | -9/+35 |
* | move a misplaced 'goto done;' so that all invalid uris are tested | tb | 2020-09-21 | 1 | -1/+1 |
* | add a few short invalid URIs in test_constraints1() that cause early | tb | 2020-09-21 | 1 | -0/+4 |
* | Correct a 1 byte read overflow in x509_contraints_uri and add | beck | 2020-09-20 | 1 | -0/+4 |
* | Move variable declaration to beginning of scope in order to make this | tb | 2020-09-18 | 1 | -3/+4 |
* | make this test compile and pass on sparc64 by moving variable declarations | tb | 2020-09-18 | 1 | -4/+9 |
* | move variable declaration up to top to make this compile and pass | tb | 2020-09-18 | 1 | -1/+1 |
* | Use void function argument to appease gcc 4.2.1 | tb | 2020-09-18 | 1 | -1/+1 |
* | fix "warning: value computed is not used" | tb | 2020-09-18 | 1 | -2/+2 |
* | fix "warning: function declaration isn't a prototype" | tb | 2020-09-18 | 1 | -3/+3 |
* | zap redundant line | tb | 2020-09-18 | 1 | -2/+1 |
* | hook symbols test to regress | tb | 2020-09-18 | 1 | -1/+2 |
* | Check availability of the symbols in Symbols.list | tb | 2020-09-18 | 2 | -0/+182 |
* | Add cipher set tests with empty SSL_set_ciphersuites(). | jsing | 2020-09-16 | 1 | -0/+22 |
* | Correct cipher_set_test() when run on a machine without AES acceleration. | jsing | 2020-09-16 | 1 | -1/+19 |
* | Make cipher_set_test() log failures and continue, rather than aborting. | jsing | 2020-09-16 | 1 | -11/+3 |
* | Test botan TLS client with libressl, openssl, openssl11 server. | bluhm | 2020-09-15 | 4 | -6/+305 |
* | Change the known output to be the expected output, so that we | beck | 2020-09-14 | 1 | -1421/+1421 |
* | Use a fixed validation time in these tests so we never | beck | 2020-09-14 | 1 | -2/+4 |
* | Connect a client to a server. Both can be current libressl, or | bluhm | 2020-09-14 | 5 | -10/+193 |
* | Add regress for SSL_{CTX_,}set_ciphersuites(). | jsing | 2020-09-13 | 2 | -7/+318 |
* | Add new x509 certificate chain validator in x509_verify.c | beck | 2020-09-13 | 1 | -9/+90 |