mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-03 23:43:40 +00:00
Fix all.sh dependency on DTLS connection ID
Ensure MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT is unset where MBEDTLS_SSL_DTLS_CONNECTION_ID is unset. Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
fd6cca4448
commit
1df7070acc
@ -1238,6 +1238,7 @@ component_test_full_no_cipher () {
|
|||||||
scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C
|
scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C
|
||||||
scripts/config.py unset MBEDTLS_SSL_DTLS_ANTI_REPLAY
|
scripts/config.py unset MBEDTLS_SSL_DTLS_ANTI_REPLAY
|
||||||
scripts/config.py unset MBEDTLS_SSL_DTLS_CONNECTION_ID
|
scripts/config.py unset MBEDTLS_SSL_DTLS_CONNECTION_ID
|
||||||
|
scripts/config.py unset MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT
|
||||||
scripts/config.py unset MBEDTLS_SSL_PROTO_TLS1_3
|
scripts/config.py unset MBEDTLS_SSL_PROTO_TLS1_3
|
||||||
scripts/config.py unset MBEDTLS_SSL_SRV_C
|
scripts/config.py unset MBEDTLS_SSL_SRV_C
|
||||||
scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO
|
scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO
|
||||||
|
Loading…
Reference in New Issue
Block a user