Re: [PATCH v10 0/9] Add support for x509 certs with NIST P384/256/192 keys

2021-03-05 Thread Jarkko Sakkinen
On Thu, Mar 04, 2021 at 07:53:48PM -0500, Stefan Berger wrote: > Herbert, > >    you can take patches 1-8. 9 will not apply without Nayna's series as > mentioned in the patch. > > Regards, >    Stefan IMHO, these patches are not yet in finished state. /Jarkko > > > On 3/4/21 7:51 PM, Stefan

Re: [PATCH v10 0/9] Add support for x509 certs with NIST P384/256/192 keys

2021-03-04 Thread Stefan Berger
Herbert,    you can take patches 1-8. 9 will not apply without Nayna's series as mentioned in the patch. Regards,    Stefan On 3/4/21 7:51 PM, Stefan Berger wrote: From: Stefan Berger This series of patches adds support for x509 certificates signed by a CA that uses NIST P384, P256 or

[PATCH v10 0/9] Add support for x509 certs with NIST P384/256/192 keys

2021-03-04 Thread Stefan Berger
From: Stefan Berger This series of patches adds support for x509 certificates signed by a CA that uses NIST P384, P256 or P192 keys for signing. It also adds support for certificates where the public key is one of this type of a key. The math for ECDSA signature verification is also added as