| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | If CPU does not support AES-NI, LibreSSL TLS 1.3 client prefers | bluhm | 2020-09-12 | 1 | -9/+18 |
* | remove unused include that breaks regress | beck | 2020-09-12 | 1 | -1/+0 |
* | Enable cert and cipher interop tests. cert just works. cipher has | bluhm | 2020-09-11 | 3 | -55/+35 |
* | Add x509_constraints.c - a new implementation of x509 name constraints, with | beck | 2020-09-11 | 2 | -5/+495 |
* | Enable test-tls13-large-number-of-extensions.py | tb | 2020-09-10 | 1 | -2/+7 |
* | Fix append mode so it always writes to the end and expand regress.libressl-v3.2.1 | millert | 2020-08-17 | 1 | -26/+77 |
* | Also print a list of missing scripts in summary | tb | 2020-08-17 | 1 | -5/+10 |
* | Avoid test failures due to outdated packages | tb | 2020-08-17 | 1 | -1/+6 |
* | enable jsing's zero content type test | tb | 2020-08-15 | 1 | -1/+2 |
* | I accidentally zeored out a few bytes of the TLSv1.0 session ID. | tb | 2020-08-11 | 1 | -1/+1 |
* | Update TLS versions to match TLSv1.3 being enabled for TLS_method(). | jsing | 2020-08-09 | 1 | -8/+8 |
* | Fix regress test so that it exits non-zero for failure cases. | jsing | 2020-08-09 | 1 | -1/+11 |
* | Update golden values to match P-521 being enabled by default in the client. | jsing | 2020-08-09 | 1 | -20/+21 |
* | Update golden values to match P-521 being enabled by default in the client. | jsing | 2020-08-09 | 1 | -10/+11 |
* | Session resumption is not currently supported for TLSv1.3. | tb | 2020-08-08 | 1 | -4/+4 |
* | Enable P-521 and run the tests that use it. | tb | 2020-08-08 | 1 | -5/+3 |
* | Replace hostname underscore with hyphen in appstest.sh | inoguchi | 2020-08-01 | 1 | -28/+28 |
* | Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to cause | schwarze | 2020-07-23 | 3 | -1/+194 |
* | Fix perl bugs that had me printing the wrong cert number for errors | beck | 2020-07-16 | 1 | -8/+9 |
* | The exit code from the perl matters here | beck | 2020-07-15 | 1 | -1/+3 |
* | Don't leak the X509_STORE | beck | 2020-07-15 | 1 | -1/+3 |
* | Add certificate validation tests generated using the tools from | beck | 2020-07-15 | 10945 | -0/+444760 |
* | Enter the certs regress directory. | jsing | 2020-07-14 | 1 | -1/+2 |
* | Add regress for X509_verify() using the new bundles. | jsing | 2020-07-14 | 2 | -3/+369 |
* | Provide generated certificate bundles and roots for regress. | jsing | 2020-07-14 | 74 | -0/+3721 |
* | Provide tools to build certificate changes for verify regress. | jsing | 2020-07-14 | 4 | -0/+636 |
* | Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites. | jsing | 2020-07-14 | 1 | -1/+1 |
* | Add a -tls1_2 option so we can force TLSv1.2 for testing. | jsing | 2020-07-14 | 1 | -5/+9 |
* | getopt(3) returns an int so don't use a char to store its return value. | kettenis | 2020-07-14 | 2 | -4/+4 |
* | New regression tests for integral type conversions | schwarze | 2020-07-09 | 2 | -2/+378 |
* | New regression tests for character and string conversions | schwarze | 2020-07-08 | 2 | -2/+445 |
* | Remove temporary RSA keys/callbacks code. | jsing | 2020-07-07 | 1 | -43/+0 |
* | Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3. | jsing | 2020-07-07 | 1 | -0/+12 |
* | Add support for timeconting in userland. | pirofti | 2020-07-06 | 4 | -0/+140 |
* | Add a missing circular_init() call in the TLS ordering test. | jsing | 2020-07-04 | 1 | -1/+3 |
* | tlsexttest: pass message type to the extension functions | tb | 2020-07-03 | 1 | -144/+144 |
* | adjust alpn extension test to new argument order | tb | 2020-07-03 | 1 | -3/+3 |
* | adjust tlsexttest to new argument order | tb | 2020-07-03 | 1 | -5/+5 |
* | Provide an optimized implementation of ffs(3) in libc on | naddy | 2020-06-26 | 3 | -2/+26 |
* | enable test-tls13-keyshare-omitted.py | tb | 2020-06-24 | 1 | -5/+2 |
* | Add test-ffdhe-expected-params.py | tb | 2020-06-24 | 1 | -1/+2 |