qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Lei He <helei.sig11@bytedance.com>
Cc: qemu-devel@nongnu.org, f4bug@amsat.org, mst@redhat.com,
	pizhenwei@bytedance.com, jasowang@redhat.com
Subject: Re: [PATCH v2 4/7] crypto: Add ECDSA key parser
Date: Thu, 30 Jun 2022 10:35:11 +0100	[thread overview]
Message-ID: <Yr1uTwpFw9LVTG73@redhat.com> (raw)
In-Reply-To: <20220622091549.31115-5-helei.sig11@bytedance.com>

On Wed, Jun 22, 2022 at 05:15:46PM +0800, Lei He wrote:
> Add ECDSA key parser and ECDSA signature parser.
> 
> Signed-off-by: lei he <helei.sig11@bytedance.com>
> ---
>  crypto/ecdsakey-builtin.c.inc | 248 ++++++++++++++++++++++++++++++++++++++++++
>  crypto/ecdsakey.c             | 118 ++++++++++++++++++++
>  crypto/ecdsakey.h             |  66 +++++++++++
>  crypto/meson.build            |   1 +
>  4 files changed, 433 insertions(+)
>  create mode 100644 crypto/ecdsakey-builtin.c.inc
>  create mode 100644 crypto/ecdsakey.c
>  create mode 100644 crypto/ecdsakey.h

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



  reply	other threads:[~2022-06-30  9:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22  9:15 [PATCH v2 0/7] crypto: Introduce ECDSA algorithm Lei He
2022-06-22  9:15 ` [PATCH v2 1/7] crypto: Introduce ECDSA algorithm API Lei He
2022-06-22  9:15 ` [PATCH v2 2/7] crypto: Support more ASN.1 types Lei He
2022-06-22  9:15 ` [PATCH v2 3/7] crypto: Remove "qemu/osdep.h" in rsakey.h Lei He
2022-06-22  9:15 ` [PATCH v2 4/7] crypto: Add ECDSA key parser Lei He
2022-06-30  9:35   ` Daniel P. Berrangé [this message]
2022-06-22  9:15 ` [PATCH v2 5/7] crypto: Implement ECDSA algorithm by hogweed Lei He
2022-06-22  9:15 ` [PATCH v2 6/7] crypto: Implement ECDSA algorithm by gcrypt Lei He
2022-06-22  9:15 ` [PATCH v2 7/7] crypto: Add test suite for ECDSA algorithm Lei He
2024-07-04 21:11   ` Giacomo Parmeggiani
2024-07-04 21:32     ` Michael S. Tsirkin
2022-06-30  9:12 ` PING: [PATCH v2 0/7] crypto: Introduce " Lei He

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Yr1uTwpFw9LVTG73@redhat.com \
    --to=berrange@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=helei.sig11@bytedance.com \
    --cc=jasowang@redhat.com \
    --cc=mst@redhat.com \
    --cc=pizhenwei@bytedance.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).