mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-05 06:16:25 +08:00

If the digest algorithm is not compiled into Mbedtls, then any pkcs7 structure which uses this algorithm should fail with MBEDTLS_ERR_PKCS7_INVALID_ALG. Add test for this case. Signed-off-by: Nick Child <nick.child@ibm.com>