Disable test under MBEDTLS_MEMORY_BUFFER_ALLOC_C
This test allocates too much memory to work when the alternative memory allocator is used. Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
45bed94406
commit
8e528ece74
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ depends_on:MBEDTLS_SHA256_C
|
|||
pkcs7_verify:"data_files/pkcs7_data_multiple_signed.der":"data_files/pkcs7-rsa-sha256-1.crt data_files/pkcs7-rsa-sha256-2.crt":"data_files/pkcs7_data.bin":0:0
|
||||
|
||||
PKCS7 Signed Data Verify with multiple(3) signers #16.1
|
||||
depends_on:MBEDTLS_SHA256_C
|
||||
depends_on:MBEDTLS_SHA256_C:!MBEDTLS_MEMORY_BUFFER_ALLOC_C
|
||||
pkcs7_verify:"data_files/pkcs7_data_3_signed.der":"data_files/pkcs7-rsa-sha256-1.crt data_files/pkcs7-rsa-sha256-2.crt data_files/pkcs7-rsa-sha256-3.crt":"data_files/pkcs7_data.bin":0:0
|
||||
|
||||
PKCS7 Signed Data Hash Verify with multiple signers #17
|
||||
|
|
Loading…
Reference in a new issue