Re: [Phishing Risk] [External] Re: [PATCH 4/7] crypto: Add ECDSA key parser

2022-06-13 Thread
Hi Philippe, lots of thanks for your review! > On Jun 13, 2022, at 10:19 PM, Philippe Mathieu-Daudé wrote: > > On 13/6/22 10:45, Lei He wrote: >> Add ECDSA key parser and ECDSA signautre parser. >> Signed-off-by: lei he >> --- >> crypto/ecdsakey-builtin.c.inc | 248 >>

Re: [External] [PATCH v5 5/9] crypto: Implement RSA algorithm by hogweed

2022-05-13 Thread
> On May 13, 2022, at 6:55 PM, Daniel P. Berrangé wrote: > > On Thu, Apr 28, 2022 at 09:59:39PM +0800, zhenwei pi wrote: >> From: Lei He >> >> Implement RSA algorithm by hogweed from nettle. Thus QEMU supports >> a 'real' RSA backend to handle request from guest side. It's >> important to te

Re: [External] [PATCH] error-report: fix crash when compute iso8061 time

2022-04-28 Thread
Fine, just ignore this patch. > On Apr 28, 2022, at 4:58 PM, Marc-André Lureau > wrote: > > Hi > > On Thu, Apr 28, 2022 at 4:15 AM Lei He wrote: >> >> g_get_real_time() returns the number of MICROSECONDS since >> January 1, 1970 UTC, but g_date_time_new_from_unix_utc() expects >> a timestamp

Re: [External] [PATCH v3 4/6] crypto: Implement RSA algorithm by hogweed

2022-03-28 Thread
> On Mar 23, 2022, at 9:50 PM, Daniel P. Berrangé wrote: > > On Wed, Mar 23, 2022 at 10:49:10AM +0800, zhenwei pi wrote: >> From: Lei He >> >> Introduce ASN.1 decoder, and implement RSA algorithm by hogweed >> from nettle. Thus QEMU supports a 'real' RSA backend to handle >> request from gue