Add comment in compat.sh about callers
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
9473229996
commit
636b5f10da
1 changed files with 5 additions and 2 deletions
|
@ -67,12 +67,15 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# default values for options
|
# default values for options
|
||||||
|
# /!\ keep this synchronised with:
|
||||||
|
# - basic-build-test.sh
|
||||||
|
# - all.sh (multiple components)
|
||||||
MODES="tls12 dtls12"
|
MODES="tls12 dtls12"
|
||||||
VERIFIES="NO YES"
|
VERIFIES="NO YES"
|
||||||
TYPES="ECDSA RSA PSK"
|
TYPES="ECDSA RSA PSK"
|
||||||
FILTER=""
|
FILTER=""
|
||||||
# exclude:
|
# By default, exclude:
|
||||||
# - NULL: excluded from our default config
|
# - NULL: excluded from our default config + requires OpenSSL legacy
|
||||||
# - ARIA: requires OpenSSL >= 1.1.1
|
# - ARIA: requires OpenSSL >= 1.1.1
|
||||||
# - ChachaPoly: requires OpenSSL >= 1.1.0
|
# - ChachaPoly: requires OpenSSL >= 1.1.0
|
||||||
EXCLUDE='NULL\|ARIA\|CHACHA20-POLY1305'
|
EXCLUDE='NULL\|ARIA\|CHACHA20-POLY1305'
|
||||||
|
|
Loading…
Reference in a new issue