]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: ecc - SP800-56A rev 3 local public key validation
authorStephan Müller <smueller@chronox.de>
Mon, 20 Jul 2020 17:09:23 +0000 (19:09 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 31 Jul 2020 08:08:59 +0000 (18:08 +1000)
commit5d1f95852ac2b2f502b8b298c15b899fe44c044c
tree242bdb80540704daa7210315b70f9890047346b5
parenta50d089d7f5ee4253be74e8fade946a6b6191e8f
crypto: ecc - SP800-56A rev 3 local public key validation

After the generation of a local public key, SP800-56A rev 3 section
5.6.2.1.3 mandates a validation of that key with a full validation
compliant to section 5.6.2.3.3.

Only if the full validation passes, the key is allowed to be used.

The patch adds the full key validation compliant to 5.6.2.3.3 and
performs the required check on the generated public key.

Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ecc.c
crypto/ecc.h