summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Enable auto DHE and disable session tickets for some tests.jsing2021-02-071-12/+13
* Only hexdump packets/messages on higher debug levels.jsing2021-02-061-3/+4
* Test reads and writes between the client and server.jsing2021-02-061-3/+49
* wrap an overlong linetb2021-01-271-2/+3
* Avoid NULL deref on BIO_new{_mem_buf,}() failure.tb2021-01-222-7/+11
* don't set AUTO_RETRY. it's a remnant of an experiment.tb2021-01-211-3/+1
* A few minor tweaks to make my OCD happy.tb2021-01-121-12/+9
* Print error if SSL_{connect,accept,shutdown}(3) don't run to completion.tb2021-01-111-3/+13
* Shut down the TLS connections properly.tb2021-01-111-3/+28
* Include headers used instead of relying on ssl.h pulling in the world.tb2021-01-111-1/+7
* Merge handshake_loop() into handshake(). There's no benefit in havingtb2021-01-101-18/+7
* tweak a commenttb2021-01-101-2/+2
* Link shared ciphers test to buildtb2021-01-101-1/+3
* Add a regress for SSL_get_shared_ciphers() for the change of returnedtb2021-01-101-0/+457
* whitespacetb2021-01-092-7/+7
* Add to *FLAGS and *ADD rather than overwriting themtb2020-12-251-6/+6
* Remove echo headlines.bluhm2020-12-1711-35/+11
* Extend the methods test to cover dtls methods as welltb2020-12-011-1/+57
* Enable ssl_methods unit test.tb2020-12-011-1/+2
* Add an ssl_methods() unit test that currently only covers thetb2020-12-011-0/+192
* $OpenBSD$tb2020-11-191-0/+1
* botan2 uses C++11, so use ports-gcc on gcc-archstb2020-10-301-1/+12
* Do not fail with obscure error messages on 'make'tb2020-10-293-6/+12
* 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
* 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
* 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
* 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
* 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
* 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
* If CPU does not support AES-NI, LibreSSL TLS 1.3 client prefersbluhm2020-09-121-9/+18
* Enable cert and cipher interop tests. cert just works. cipher hasbluhm2020-09-113-55/+35
* Enable test-tls13-large-number-of-extensions.pytb2020-09-101-2/+7
* Also print a list of missing scripts in summarytb2020-08-171-5/+10