aboutsummaryrefslogtreecommitdiff
path: root/tests/testssl.bat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Land #605, Update testssl.batBrent Cook2020-07-221-0/+11
|\
| * Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites. (upstream r1.15)kinichiro2020-07-221-1/+1
| |
| * Test TLSv1.3 ciphersuites (upstream r1.14)kinichiro2020-07-221-0/+11
| |
* | Fix ssltest to run on appveyorkinichiro2020-07-071-1/+4
|/
* Test both SSLv3 and TLSv1.2, select cipher suite that the protocol can handlekinichiro2020-07-051-3/+3
| | | | | | | Follow upstream r1.12 and r1.13 - Test both SSLv3 and TLSv1.2 cipher suites with TLS. - Handle the fact that TLSv1.3 cipher suites are now being included in the output from `openssl ciphers`
* Remove NPN test coverage for Windows.kinichiro2017-08-131-12/+0
|
* Enable tests on Visual Studiokinichiro2016-10-301-0/+157
- add patch for aeadtest.c to undef IN - add patch for ocsp_test.c to call BIO_sock_init() before getaddrinfo() - define STDERR_FILENO in unistd.h to build pkcs7test.c - add option ENABLE_VSTEST(default OFF) to enable test on Visual Studio - modify to pass test data file as an argument (aeadtest, evptest) - add Windows scripts (ocsptest, pq_test, ssltest, testdsa, testenc, testrsa) - do not build pidwraptest on MSVC - fix some indentations