mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
These are very CPU-intensive, so make it easy to skip them. And conversely, make it easy to run them without the growing body of SSL tests. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
16 lines
354 B
Plaintext
16 lines
354 B
Plaintext
Constant-flow HMAC: MD5
|
|
depends_on:MBEDTLS_MD5_C
|
|
ssl_cf_hmac:MBEDTLS_MD_MD5
|
|
|
|
Constant-flow HMAC: SHA1
|
|
depends_on:MBEDTLS_SHA1_C
|
|
ssl_cf_hmac:MBEDTLS_MD_SHA1
|
|
|
|
Constant-flow HMAC: SHA256
|
|
depends_on:MBEDTLS_SHA256_C
|
|
ssl_cf_hmac:MBEDTLS_MD_SHA256
|
|
|
|
Constant-flow HMAC: SHA384
|
|
depends_on:MBEDTLS_SHA512_C:!MBEDTLS_SHA512_NO_SHA384
|
|
ssl_cf_hmac:MBEDTLS_MD_SHA384
|