mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-10 00:43:36 +00:00
10 lines
244 B
Plaintext
10 lines
244 B
Plaintext
|
# Interesting combinations of TLS options
|
||
|
|
||
|
Config: TLS 1.2 without TLS 1.3
|
||
|
depends_on:MBEDTLS_SSL_PROTO_TLS1_2:!MBEDTLS_SSL_PROTO_TLS1_3
|
||
|
pass:
|
||
|
|
||
|
Config: TLS 1.3 without TLS 1.2
|
||
|
depends_on:MBEDTLS_SSL_PROTO_TLS1_3:!MBEDTLS_SSL_PROTO_TLS1_2
|
||
|
pass:
|