Re: [edk2-devel] [PATCH] CryptoPkg: Check the type is data and Support other OID types.

2020-03-26 Thread Wang, Jian J
@edk2.groups.io> Cc: GuoMinJ mailto:newexplor...@gmail.com>> Subject: [edk2-devel] [PATCH] CryptoPkg: Check the type is data and Support other OID types. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2539 Microsoft signtool supports creation of attached P7's with any OID payl

Re: [edk2-devel] [PATCH] CryptoPkg: Check the type is data and Support other OID types.

2020-03-26 Thread GuoMinJ
Hi jian and xiaoyu, could you please help review this change.  Original message From: "GuoMinJ via Groups.Io" Date: Wed, Feb 26, 2020, 10:24 AMTo: devel@edk2.groups.ioCc: GuoMinJ Subject: [edk2-devel] [PATCH] CryptoPkg: Check the type is data and Support other OID types.REF: https:/

[edk2-devel] [PATCH] CryptoPkg: Check the type is data and Support other OID types.

2020-02-25 Thread GuoMinJ
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. Signed-off-by: GuoMinJ --- .../BaseCryptLib/Pk/CryptPkcs7VerifyBase.c| 51 +