mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01: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:
|