Re: [PATCH v2 4/4] ecdsa: implements ecdsa signature verification

2021-02-03 Thread Herbert Xu
On Wed, Feb 03, 2021 at 06:34:06PM +0300, Vitaly Chikunov wrote: > > Thanks for the invitation, I'm didn't receive this thread - is > there a temporary problem with the linux-crypto@vger.kernel.org list? > I re-checked my subscription and it seems valid. There was a problem between vger and gmail

Re: [PATCH v2 4/4] ecdsa: implements ecdsa signature verification

2021-02-03 Thread Vitaly Chikunov
Herbert, On Tue, Feb 02, 2021 at 04:10:03PM +1100, Herbert Xu wrote: > On Fri, Jan 29, 2021 at 06:25:35PM -0300, Saulo Alessandre wrote: > > From: Saulo Alessandre > > > > * Documentation/admin-guide/module-signing.rst > > - Documents how to generate certificate and signature for (ECDSA). > >

Re: [PATCH v2 4/4] ecdsa: implements ecdsa signature verification

2021-02-01 Thread Herbert Xu
On Fri, Jan 29, 2021 at 06:25:35PM -0300, Saulo Alessandre wrote: > From: Saulo Alessandre > > * Documentation/admin-guide/module-signing.rst > - Documents how to generate certificate and signature for (ECDSA). > > * crypto/Kconfig > - ECDSA added into kernel Public-key cryptography section.

[PATCH v2 4/4] ecdsa: implements ecdsa signature verification

2021-01-29 Thread Saulo Alessandre
From: Saulo Alessandre * Documentation/admin-guide/module-signing.rst - Documents how to generate certificate and signature for (ECDSA). * crypto/Kconfig - ECDSA added into kernel Public-key cryptography section. * crypto/Makefile - add ECDSA objects and asn1 params to compile. * crypto