Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites. | 2020-07-14 | 1 | -1/+1 | |
| | | | | Otherwise we end up switching to TLSv1.3 and using a TLSv1.3 cipher suite. | ||||
* | Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3. | 2020-07-07 | 1 | -0/+12 | |
| | |||||
* | Revise test to handle the fact that TLSv1.3 cipher suites are now being | 2020-04-09 | 1 | -2/+4 | |
| | | | | included in the output from `openssl ciphers`. | ||||
* | Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS. | 2020-04-09 | 1 | -1/+1 | |
| | |||||
* | Remove NPN test coverage. | 2017-08-12 | 1 | -12/+0 | |
| | |||||
* | check if openssl(1) actually works before proceeding | 2015-09-27 | 1 | -0/+2 | |
| | | | | | It was possible for this test to pass even if the openssl command itself was missing. | ||||
* | Remove SSLv3 support from LibreSSL regression tests. | 2015-08-27 | 1 | -30/+2 | |
| | |||||
* | Increase cipher suite test coverage by including all cipher suites that | 2014-12-12 | 1 | -5/+5 | |
| | | | | use RSA authentication, rather than only those that use RSA key exchange. | ||||
* | Add regress for ALPN. | 2014-12-10 | 1 | -0/+19 | |
| | | | | Based on OpenSSL. | ||||
* | The -ssl2 flag does nothing - remove the flag and any tests that were | 2014-12-06 | 1 | -29/+1 | |
| | | | | using it. | ||||
* | Allow overriding the path to the testssl and openssl binaries. | 2014-12-03 | 1 | -9/+9 | |
| | | | | | | | This is needed by the portable tree to point directly to the newly-built binaries when running unit tests. discussed with jsing@ and others | ||||
* | Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit | 2014-10-13 | 1 | -1/+13 | |
| | | | | with a failure if the NPN verification fails. | ||||
* | Remove PSK from the ssl regress. | 2014-07-11 | 1 | -16/+0 | |
| | |||||
* | Add DTLS support to ssltest and wire up some regress tests. | 2014-06-21 | 1 | -1/+29 | |
| | | | | ok miod@ | ||||
* | Move ssltest.c to a regress test. | 2014-05-24 | 1 | -0/+161 | |