Update interop tests to default configuration
Removed SSLv3 from the default tests in compat.sh, and adapted the test cases in all.sh to include an additional SSLv3 regression test suite.
This commit is contained in:
parent
c7940f0bd8
commit
3ea7f52fdf
3 changed files with 24 additions and 2 deletions
|
@ -100,7 +100,7 @@ if(ENABLE_TESTING)
|
|||
ADD_CUSTOM_TARGET(covtest
|
||||
COMMAND make test
|
||||
COMMAND programs/test/selftest
|
||||
COMMAND tests/compat.sh -m 'tls1 tls1_1 tls1_2 dtls1 dtls1_2'
|
||||
COMMAND tests/compat.sh
|
||||
COMMAND tests/ssl-opt.sh
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue