mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-07 13:22:46 +00:00
Update some comments
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
parent
07d5085fcf
commit
9e7bb2a92c
@ -52,7 +52,7 @@ jobs:
|
|||||||
- programs/test/selftest
|
- programs/test/selftest
|
||||||
- tests/scripts/test_psa_constant_names.py
|
- tests/scripts/test_psa_constant_names.py
|
||||||
- tests/ssl-opt.sh
|
- tests/ssl-opt.sh
|
||||||
# Modern OpenSSL does not support fixed ECDH or null ciphers.
|
# Modern OpenSSL does not support null ciphers.
|
||||||
- tests/compat.sh -p OpenSSL -e 'NULL'
|
- tests/compat.sh -p OpenSSL -e 'NULL'
|
||||||
- tests/scripts/travis-log-failure.sh
|
- tests/scripts/travis-log-failure.sh
|
||||||
# GnuTLS supports CAMELLIA but compat.sh doesn't properly enable it.
|
# GnuTLS supports CAMELLIA but compat.sh doesn't properly enable it.
|
||||||
|
@ -614,7 +614,7 @@ setup_arguments()
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
case $($OPENSSL ciphers ALL) in
|
case $($OPENSSL ciphers ALL) in
|
||||||
*ECDH-ECDSA*) O_SUPPORT_ECDH="YES";;
|
*ECDH-ECDSA*|*ECDH-RSA*) O_SUPPORT_ECDH="YES";;
|
||||||
*) O_SUPPORT_ECDH="NO";;
|
*) O_SUPPORT_ECDH="NO";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
@ -834,7 +834,7 @@ run_client() {
|
|||||||
if [ $EXIT -eq 0 ]; then
|
if [ $EXIT -eq 0 ]; then
|
||||||
RESULT=0
|
RESULT=0
|
||||||
else
|
else
|
||||||
# If the cipher isn't supported...
|
# If it is NULL cipher ...
|
||||||
if grep 'Cipher is (NONE)' $CLI_OUT >/dev/null; then
|
if grep 'Cipher is (NONE)' $CLI_OUT >/dev/null; then
|
||||||
RESULT=1
|
RESULT=1
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user