|
a3f6f8a0
|
2025-06-03T16:08:47
|
|
add copyright headers to test batch files
|
|
3601512b
|
2023-07-05T10:13:47
|
|
update testssl.bat for TLS 1.0 removal
|
|
706a2165
|
2020-07-22T09:39:01
|
|
Land #605, Update testssl.bat
|
|
77b8a473
|
2020-07-22T22:05:50
|
|
Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites. (upstream r1.15)
|
|
ea0dd3c1
|
2020-07-22T22:03:59
|
|
Test TLSv1.3 ciphersuites (upstream r1.14)
|
|
615c3808
|
2020-07-07T18:24:27
|
|
Fix ssltest to run on appveyor
|
|
f9e7ce5e
|
2020-07-05T13:30:54
|
|
Test both SSLv3 and TLSv1.2, select cipher suite that the protocol can handle
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`
|
|
23b5d39c
|
2017-08-13T19:10:46
|
|
Remove NPN test coverage for Windows.
|
|
14905877
|
2016-10-18T17:13:56
|
|
Enable tests on Visual Studio
- 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
|