mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Saulo Alessandre <saulo.alessandre@gmail.com>
Cc: dhowells@redhat.com, davem@davemloft.net,
	linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org,
	Saulo Alessandre <saulo.alessandre@tse.jus.br>
Subject: Re: [PATCH] implements ecdsa 256, 384 and 521 alghorithm in akcipher model; change pcks7 and x509 to load certificates with ecdsa; increment testmgr to test ecdsa algo and finally allows signature and verification of modules with ecdsa algorithm
Date: Fri, 4 Dec 2020 17:46:09 +1100	[thread overview]
Message-ID: <20201204064609.GA26322@gondor.apana.org.au> (raw)
In-Reply-To: <20201126020308.25982-1-saulo.alessandre@gmail.com>

On Wed, Nov 25, 2020 at 11:03:08PM -0300, Saulo Alessandre wrote:
> From: Saulo Alessandre <saulo.alessandre@tse.jus.br>
> 
> Signed-off-by: Saulo Alessandre <saulo.alessandre@tse.jus.br>
> ---
>  Documentation/admin-guide/module-signing.rst |  10 +
>  crypto/Kconfig                               |  12 +
>  crypto/Makefile                              |   7 +
>  crypto/asymmetric_keys/pkcs7_parser.c        |   7 +-
>  crypto/asymmetric_keys/pkcs7_verify.c        |   5 +-
>  crypto/asymmetric_keys/public_key.c          |  30 +-
>  crypto/asymmetric_keys/x509_cert_parser.c    |  30 +-
>  crypto/ecc.c                                 | 228 ++++++++-
>  crypto/ecc.h                                 |  62 ++-
>  crypto/ecc_curve_defs.h                      |  82 +++
>  crypto/ecdsa.c                               | 508 +++++++++++++++++++
>  crypto/ecdsa_params.asn1                     |   1 +
>  crypto/ecdsa_signature.asn1                  |   6 +
>  crypto/testmgr.c                             |  17 +-
>  crypto/testmgr.h                             |  78 +++
>  include/crypto/ecdh.h                        |   2 +
>  include/linux/oid_registry.h                 |  12 +
>  lib/oid_registry.c                           | 108 +++-
>  18 files changed, 1146 insertions(+), 59 deletions(-)
>  create mode 100644 crypto/ecdsa.c
>  create mode 100644 crypto/ecdsa_params.asn1
>  create mode 100644 crypto/ecdsa_signature.asn1

Please split your patch up.  You should also explain in detail
why this patch is needed in the kernel.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

      reply	other threads:[~2020-12-04  6:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-26  2:03 Saulo Alessandre
2020-12-04  6:46 ` Herbert Xu [this message]

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=20201204064609.GA26322@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=davem@davemloft.net \
    --cc=dhowells@redhat.com \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=saulo.alessandre@gmail.com \
    --cc=saulo.alessandre@tse.jus.br \
    /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

all inboxes | Powered by JetHome®