]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Rsa2048Sha256Sign add new option to support Monotonic count
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 15 Aug 2016 05:39:32 +0000 (13:39 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 19 Aug 2016 07:35:02 +0000 (15:35 +0800)
commit9b98c4164013845ba80befd66fd38ce827a4c034
tree2690182955700753b7f633a3a6479a70301da374
parentcd1c96046968581cc87d306ca8b06cc97784554b
BaseTools: Rsa2048Sha256Sign add new option to support Monotonic count

the EFI_FIRMWARE_IMAGE_AUTHENTICATION struct require the AuthInfo which
is a signature across the image data and the Monotonic Count value, so we
add the new option to support Monotonic count.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256Sign.py