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

2020-03-26 Thread Wang, Jian J
Guomin, Please use edk2 coding style of symbol name and data type as possible as you can in “our” code. Regards, Jian From: guomin jiang Sent: Thursday, March 26, 2020 3:47 PM To: devel@edk2.groups.io Cc: Wang, Jian J ; Lu, XiaoyuX Subject: Re:[edk2-devel] [PATCH] CryptoPkg: Check the type is

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:

[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