| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |
* | 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 |