Skip to content

Commit

Permalink
Applied TCBZ3923 to MbedTLS
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlautner committed Jan 19, 2024
1 parent 13eca6d commit abe2eba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Pkcs7Sign (
IN CONST UINT8 *KeyPassword,
IN UINT8 *InData,
IN UINTN InDataSize,
IN UINT8 *SignCert,
IN CONST UINT8 *SignCert, // MU_CHANGE [TCBZ3925] - Pkcs7Sign is broken
IN UINTN SignCertSize, // MU_CHANGE [TCBZ3925] - Pkcs7Sign is broken
IN UINT8 *OtherCerts OPTIONAL,
OUT UINT8 **SignedData,
OUT UINTN *SignedDataSize
Expand Down

0 comments on commit abe2eba

Please sign in to comment.