summaryrefslogtreecommitdiff
path: root/src/regress/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new x509 certificate chain validator in x509_verify.cbeck2020-09-131-9/+90
* If CPU does not support AES-NI, LibreSSL TLS 1.3 client prefersbluhm2020-09-121-9/+18
* remove unused include that breaks regressbeck2020-09-121-1/+0
* Enable cert and cipher interop tests. cert just works. cipher hasbluhm2020-09-113-55/+35
* Add x509_constraints.c - a new implementation of x509 name constraints, withbeck2020-09-112-5/+495
* Enable test-tls13-large-number-of-extensions.pytb2020-09-101-2/+7
* Fix append mode so it always writes to the end and expand regress.libressl-v3.2.1millert2020-08-171-26/+77
* Also print a list of missing scripts in summarytb2020-08-171-5/+10
* Avoid test failures due to outdated packagestb2020-08-171-1/+6
* enable jsing's zero content type testtb2020-08-151-1/+2
* I accidentally zeored out a few bytes of the TLSv1.0 session ID.tb2020-08-111-1/+1
* Update TLS versions to match TLSv1.3 being enabled for TLS_method().jsing2020-08-091-8/+8
* Fix regress test so that it exits non-zero for failure cases.jsing2020-08-091-1/+11
* Update golden values to match P-521 being enabled by default in the client.jsing2020-08-091-20/+21
* Update golden values to match P-521 being enabled by default in the client.jsing2020-08-091-10/+11
* Session resumption is not currently supported for TLSv1.3.tb2020-08-081-4/+4
* Enable P-521 and run the tests that use it.tb2020-08-081-5/+3
* Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeschwarze2020-07-233-1/+194
* Fix perl bugs that had me printing the wrong cert number for errorsbeck2020-07-161-8/+9
* The exit code from the perl matters herebeck2020-07-151-1/+3
* Don't leak the X509_STOREbeck2020-07-151-1/+3
* Add certificate validation tests generated using the tools frombeck2020-07-1510945-0/+444760
* Enter the certs regress directory.jsing2020-07-141-1/+2
* Add regress for X509_verify() using the new bundles.jsing2020-07-142-3/+369
* Provide generated certificate bundles and roots for regress.jsing2020-07-1474-0/+3721
* Provide tools to build certificate changes for verify regress.jsing2020-07-144-0/+636