Re: [edk2] [PATCH 1/2] SecurityPkg: Add RandLib from existing RngDxe code

2015-06-20 Thread Long, Qin
Scott, Yes, there are apparent bugs in these IA32 version assembly codes. And looks they were duplicated from X64 codes with simple replacement. And yes, it's me. I only validated X64 platform at that time, and missed any double-check on IA32 codes. For Intel CPU check, the reference comes

Re: [edk2] [patch 0/3] *** Update OpenSSL support to 1.0.2c release ***

2015-06-20 Thread Long, Qin
Ersek, I already checked some local Authenticode signature and Cryptest utility, and Ard also helped to validate something, looks the new update works well. Could you share me the signed shim binary? (I have no copy in my local environment now). Then I can check if any issues. Thanks. Best

Re: [edk2] [patch 0/3] *** Update OpenSSL support to 1.0.2c release ***

2015-06-20 Thread Ard Biesheuvel
On 20 June 2015 at 03:42, Laszlo Ersek wrote: > Hi, > > On 06/14/15 18:54, Long, Qin wrote: >> [NOTE] >> Just one day after 1.0.2b release, one new upgrade (1.0.2c) was released >> to resolve ABI compatibility problems. This patch has to be updated to >> catch this latest release. >> No actual cha