]> Git Repo - u-boot.git/commit
mbedtls/external: support Microsoft Authentication Code
authorRaymond Mao <[email protected]>
Thu, 3 Oct 2024 21:50:21 +0000 (14:50 -0700)
committerTom Rini <[email protected]>
Mon, 14 Oct 2024 23:58:33 +0000 (17:58 -0600)
commit9acdd5339a01140539d3e4ddef0894d7768cacbf
tree07eac8b579064b3e287d14f4bf595aad44fa0c41
parentc60e99ff629c384aa7b9ac4f7badcf3cfdf953c1
mbedtls/external: support Microsoft Authentication Code

Populate Microsoft Authentication Code from the content data
into PKCS7 decoding context if it exists in a PKCS7 message.
Add OIDs for describing objects using for Microsoft Authentication
Code.

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 <[email protected]>
Acked-by: Ilias Apalodimas <[email protected]>
lib/mbedtls/external/mbedtls/include/mbedtls/oid.h
lib/mbedtls/external/mbedtls/include/mbedtls/pkcs7.h
lib/mbedtls/external/mbedtls/library/pkcs7.c
This page took 0.033886 seconds and 4 git commands to generate.