]> git.dujemihanovic.xyz Git - u-boot.git/commit
mbedtls/external: support decoding multiple signer's cert
authorRaymond Mao <raymond.mao@linaro.org>
Thu, 3 Oct 2024 21:50:23 +0000 (14:50 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Oct 2024 23:58:37 +0000 (17:58 -0600)
commit6e7acd36de4fffc9a993bba948792bfb677b90fa
treead97bdaeece748ffa1268074be5e52e7f8667c0e
parent540bd26b828731c306ada45aafde0b493ef90cde
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>
lib/mbedtls/external/mbedtls/library/pkcs7.c