summaryrefslogtreecommitdiffstats
path: root/regress/lib/libssl/ssl/testssl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites.jsing2020-07-141-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.jsing2020-07-071-0/+12
|
* Revise test to handle the fact that TLSv1.3 cipher suites are now beingjsing2020-04-091-2/+4
| | | | included in the output from `openssl ciphers`.
* Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS.jsing2020-04-091-1/+1
|
* Remove NPN test coverage.jsing2017-08-121-12/+0
|
* check if openssl(1) actually works before proceedingbcook2015-09-271-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.doug2015-08-271-30/+2
|
* Increase cipher suite test coverage by including all cipher suites thatjsing2014-12-121-5/+5
| | | | use RSA authentication, rather than only those that use RSA key exchange.
* Add regress for ALPN.jsing2014-12-101-0/+19
| | | | Based on OpenSSL.
* The -ssl2 flag does nothing - remove the flag and any tests that werejsing2014-12-061-29/+1
| | | | using it.
* Allow overriding the path to the testssl and openssl binaries.bcook2014-12-031-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 exitjsing2014-10-131-1/+13
| | | | with a failure if the NPN verification fails.
* Remove PSK from the ssl regress.jsing2014-07-111-16/+0
|
* Add DTLS support to ssltest and wire up some regress tests.jsing2014-06-211-1/+29
| | | | ok miod@
* Move ssltest.c to a regress test.jsing2014-05-241-0/+161