commit | 6e7acd36de4fffc9a993bba948792bfb677b90fa | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Thu Oct 03 14:50:23 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 14 17:58:37 2024 -0600 |
tree | ad97bdaeece748ffa1268074be5e52e7f8667c0e | |
parent | 540bd26b828731c306ada45aafde0b493ef90cde [diff] |
mbedtls/external: support decoding multiple signer's cert Support decoding multiple signer's cert in the signed data within a PKCS7 message. The PR for this patch is at: https://github.com/Mbed-TLS/mbedtls/pull/9001 For enabling EFI loader PKCS7 features with MbedTLS build, we need this patch on top of MbedTLS v3.6.0 before it is merged into the next MbedTLS LTS release. Signed-off-by: Raymond Mao <raymond.mao@linaro.org>