Re: [PATCH v10 9/9] certs: Add support for using elliptic curve keys for signing modules

2021-03-05 Thread Jarkko Sakkinen
On Thu, Mar 04, 2021 at 07:52:03PM -0500, Stefan Berger wrote: > From: Stefan Berger > > This patch adds support for using elliptic curve keys for signing "Add support > modules. It uses a NIST P384 (secp384r1) key if the user chooses an > elliptic curve key and will have ECDSA support built in

[PATCH v10 9/9] certs: Add support for using elliptic curve keys for signing modules

2021-03-04 Thread Stefan Berger
From: Stefan Berger This patch adds support for using elliptic curve keys for signing modules. It uses a NIST P384 (secp384r1) key if the user chooses an elliptic curve key and will have ECDSA support built into the kernel. Note: A developer choosing an ECDSA key for signing modules has to manua