Re: [edk2] [Patch 1/3] BaseTools: Add the PKCS7 tool

2016-08-15 Thread Zhu, Yonghong
Thanks. I will update it and send a new version. Best Regards, Zhu Yonghong -Original Message- From: Yao, Jiewen Sent: Monday, August 15, 2016 4:32 PM To: Zhu, Yonghong ; edk2-devel@lists.01.org Cc: Gao, Liming Subject: RE: [Patch 1/3]

Re: [edk2] [Patch 1/3] BaseTools: Add the PKCS7 tool

2016-08-15 Thread Yao, Jiewen
Hello In order to make PKCS7 tool be consistent with RSA2048SHA256, I suggest we use "Pkcs7Sign.py" instead of GenFirmwareImageAuthPkcs7.py. > -Original Message- > From: Zhu, Yonghong > Sent: Monday, August 15, 2016 4:18 PM > To: edk2-devel@lists.01.org > Cc: Gao, Liming

[edk2] [Patch 1/3] BaseTools: Add the PKCS7 tool

2016-08-15 Thread Yonghong Zhu
Provide the PKCS7 Tool to support the CertType - EFI_CERT_TYPE_PKCS7_GUID, then user can use this tool to add EFI_FIRMWARE_IMAGE_AUTHENTICATION for a binary. Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao