| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Enable auto DHE and disable session tickets for some tests. | jsing | 2021-02-07 | 1 | -12/+13 |
* | Only hexdump packets/messages on higher debug levels. | jsing | 2021-02-06 | 1 | -3/+4 |
* | Test reads and writes between the client and server. | jsing | 2021-02-06 | 1 | -3/+49 |
* | wrap an overlong line | tb | 2021-01-27 | 1 | -2/+3 |
* | Avoid NULL deref on BIO_new{_mem_buf,}() failure. | tb | 2021-01-22 | 2 | -7/+11 |
* | don't set AUTO_RETRY. it's a remnant of an experiment. | tb | 2021-01-21 | 1 | -3/+1 |
* | A few minor tweaks to make my OCD happy. | tb | 2021-01-12 | 1 | -12/+9 |
* | Print error if SSL_{connect,accept,shutdown}(3) don't run to completion. | tb | 2021-01-11 | 1 | -3/+13 |
* | Shut down the TLS connections properly. | tb | 2021-01-11 | 1 | -3/+28 |
* | Include headers used instead of relying on ssl.h pulling in the world. | tb | 2021-01-11 | 1 | -1/+7 |
* | Merge handshake_loop() into handshake(). There's no benefit in having | tb | 2021-01-10 | 1 | -18/+7 |
* | tweak a comment | tb | 2021-01-10 | 1 | -2/+2 |
* | Link shared ciphers test to build | tb | 2021-01-10 | 1 | -1/+3 |
* | Add a regress for SSL_get_shared_ciphers() for the change of returned | tb | 2021-01-10 | 1 | -0/+457 |
* | whitespace | tb | 2021-01-09 | 2 | -7/+7 |
* | Add to *FLAGS and *ADD rather than overwriting them | tb | 2020-12-25 | 1 | -6/+6 |
* | Remove echo headlines. | bluhm | 2020-12-17 | 11 | -35/+11 |
* | Extend the methods test to cover dtls methods as well | tb | 2020-12-01 | 1 | -1/+57 |
* | Enable ssl_methods unit test. | tb | 2020-12-01 | 1 | -1/+2 |
* | Add an ssl_methods() unit test that currently only covers the | tb | 2020-12-01 | 1 | -0/+192 |
* | $OpenBSD$ | tb | 2020-11-19 | 1 | -0/+1 |
* | botan2 uses C++11, so use ports-gcc on gcc-archs | tb | 2020-10-30 | 1 | -1/+12 |
* | Do not fail with obscure error messages on 'make' | tb | 2020-10-29 | 3 | -6/+12 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | If CPU does not support AES-NI, LibreSSL TLS 1.3 client prefers | bluhm | 2020-09-12 | 1 | -9/+18 |
* | Enable cert and cipher interop tests. cert just works. cipher has | bluhm | 2020-09-11 | 3 | -55/+35 |
* | Enable test-tls13-large-number-of-extensions.py | tb | 2020-09-10 | 1 | -2/+7 |
* | Also print a list of missing scripts in summary | tb | 2020-08-17 | 1 | -5/+10 |