Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Land #605, Update testssl.bat | Brent Cook | 2020-07-22 | 1 | -0/+11 |
|\ | |||||
| * | Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites. (upstream r1.15) | kinichiro | 2020-07-22 | 1 | -1/+1 |
| | | |||||
| * | Test TLSv1.3 ciphersuites (upstream r1.14) | kinichiro | 2020-07-22 | 1 | -0/+11 |
| | | |||||
* | | Fix ssltest to run on appveyor | kinichiro | 2020-07-07 | 1 | -1/+4 |
|/ | |||||
* | Test both SSLv3 and TLSv1.2, select cipher suite that the protocol can handle | kinichiro | 2020-07-05 | 1 | -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. | kinichiro | 2017-08-13 | 1 | -12/+0 |
| | |||||
* | Enable tests on Visual Studio | kinichiro | 2016-10-30 | 1 | -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 |