]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Makefile
BaseTools: Add the PKCS7 tool
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 15 Aug 2016 09:12:12 +0000 (17:12 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 19 Aug 2016 07:33:25 +0000 (15:33 +0800)
commitcd1c96046968581cc87d306ca8b06cc97784554b
tree43c80d51006fbab78cd0f8173ef111089b6421f1
parenteadf70bdfbc1cb14a1d52b4840ca831d172d0399
BaseTools: Add the PKCS7 tool

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 <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Conf/tools_def.template
BaseTools/Source/Python/Makefile
BaseTools/Source/Python/Pkcs7Sign/Pkcs7Sign.py [new file with mode: 0644]
BaseTools/Source/Python/Pkcs7Sign/TestCert.pem [new file with mode: 0644]
BaseTools/Source/Python/Pkcs7Sign/TestCert.pub.pem [new file with mode: 0644]
BaseTools/Source/Python/Pkcs7Sign/TestRoot.pem [new file with mode: 0644]
BaseTools/Source/Python/Pkcs7Sign/TestRoot.pub.pem [new file with mode: 0644]
BaseTools/Source/Python/Pkcs7Sign/TestSub.pem [new file with mode: 0644]
BaseTools/Source/Python/Pkcs7Sign/TestSub.pub.pem [new file with mode: 0644]