Re: [PATCH v2 6/6] crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS mode

From: Eric Biggers
Date: Thu Dec 29 2022 - 16:02:06 EST


On Thu, Dec 29, 2022 at 09:37:08PM +0100, Vladis Dronov wrote:
> From: Nicolai Stange <nstange@xxxxxxx>
>
> The kernel provides implementations of the NIST ECDSA signature
> verification primitives. For key sizes of 256 and 384 bits respectively
> they are approved and can be enabled in FIPS mode. Do so.
>
> Signed-off-by: Nicolai Stange <nstange@xxxxxxx>
> Signed-off-by: Vladis Dronov <vdronov@xxxxxxxxxx>
> Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx>

Please don't add my Reviewed-by to patches I didn't review. I only gave
Reviewed-by on "[PATCH 2/6] crypto: xts - drop xts_check_key()". I didn't look
at the other patches in the series much, as I'm not very interested in them.

- Eric