mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 06:19:27 +00:00
ada30fe650
Add a test suite intended to report configuration options in the outcome file: we're only interested in SKIP vs PASS. Add a few test cases for some interesting combinations of options. The selection here is just for illustration purposes, more will be added later. A subsequent commit will automatically generate test cases for single options. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
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:
|