mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-14 14:19:57 +00:00
Explain the "external RNG large" test case
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -34,6 +34,10 @@ mbedtls_psa_get_random_length:1
|
|||||||
PSA classic wrapper: 256 bytes
|
PSA classic wrapper: 256 bytes
|
||||||
mbedtls_psa_get_random_length:256
|
mbedtls_psa_get_random_length:256
|
||||||
|
|
||||||
|
# An external RNG is supposed to handle arbitrary request lengths. Test it
|
||||||
|
# with something larger than any RNG call made by Mbed TLS itself expects.
|
||||||
|
# CTR_DRBG and HMAC_DRBG have their own maximum request lengths which may
|
||||||
|
# be lower than the value chosen here and are tested separately.
|
||||||
PSA classic wrapper: external RNG large
|
PSA classic wrapper: external RNG large
|
||||||
depends_on:MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG
|
depends_on:MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG
|
||||||
mbedtls_psa_get_random_length:1024
|
mbedtls_psa_get_random_length:1024
|
||||||
|
|||||||
Reference in New Issue
Block a user