summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/ssl/testssl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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