Re: [PATCH v11 05/10] ecdsa: Register NIST P384 and extend test suite

2021-03-10 Thread Jarkko Sakkinen
On Fri, Mar 05, 2021 at 03:59:51PM -0500, Stefan Berger wrote: > From: Saulo Alessandre > > Register NIST P384 as an akcipher and extend the testmgr with > NIST P384-specific test vectors. > > Summary of changes: > > * crypto/ecdsa.c > - add ecdsa_nist_p384_init_tfm > - register and unregis

[PATCH v11 05/10] ecdsa: Register NIST P384 and extend test suite

2021-03-05 Thread Stefan Berger
From: Saulo Alessandre Register NIST P384 as an akcipher and extend the testmgr with NIST P384-specific test vectors. Summary of changes: * crypto/ecdsa.c - add ecdsa_nist_p384_init_tfm - register and unregister P384 tfm * crypto/testmgr.c - add test vector for P384 on vector of tests *