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
>>
> 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
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
> 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