]> git.proxmox.com Git - mirror_edk2.git/commit
CryptoPkg/Pkcs7: Extend support for other OID types
authorGuomin Jiang <guomin.jiang@intel.com>
Mon, 30 Mar 2020 07:17:49 +0000 (15:17 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 6 May 2020 03:37:39 +0000 (03:37 +0000)
commit469eb461695b8ff7c19e4b82916240f8d56974f1
tree96d1605d706ae25ac5c8115f1e3ee4030fb03a8b
parent55d6e39f72ba2003ef59aac91af34e96a09060db
CryptoPkg/Pkcs7: Extend support for other OID types

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2539

Microsoft signtool supports creation of attached P7's with any OID payload
via the "/p7co" parameter. It is necessary to check the data before get
the string.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>
Signed-off-by: Guomin Jiang <guomin.jiang@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyBase.c