mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 23:03:06 -04:00
compat.sh: include ssl3 in --list-test-cases
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
c1685d1c11
commit
62910cf47d
@ -138,6 +138,9 @@ list_test_cases() {
|
||||
EXCLUDE='^$'
|
||||
FILTER=""
|
||||
|
||||
# ssl3 is excluded by default, but it's still available
|
||||
MODES="ssl3 $MODES"
|
||||
|
||||
for MODE in $MODES; do
|
||||
for TYPE in $TYPES; do
|
||||
# PSK cipher suites do not allow client certificate verification.
|
||||
|
Loading…
x
Reference in New Issue
Block a user