]> Git Repo - linux.git/commit
crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS mode
authorNicolai Stange <[email protected]>
Thu, 29 Dec 2022 21:17:10 +0000 (22:17 +0100)
committerHerbert Xu <[email protected]>
Fri, 6 Jan 2023 09:15:47 +0000 (17:15 +0800)
commitc27b2d2012e1826674255b9e45b61c172a267e1c
tree8225b91f54e69a3e49604c97214c1468c9273e80
parent2912eb9b17ac29facd799ffe05fdb7cf10017e82
crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS mode

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 <[email protected]>
Signed-off-by: Vladis Dronov <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
crypto/testmgr.c
This page took 0.084948 seconds and 4 git commands to generate.