summaryrefslogtreecommitdiff
path: root/crypto/ablkcipher.c
diff options
context:
space:
mode:
authorStephan Mueller <smueller@chronox.de>2018-06-25 12:00:18 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2018-07-09 00:26:19 +0800
commitea169a30a6bf6782a05a51d2b9cf73db151eab8b (patch)
tree448a0a4cd4213edf339e00245ff1999ad120e298 /crypto/ablkcipher.c
parente4e4730698c9138f09ed73dadd1f35d4bb95ada5 (diff)
crypto: ecdh - add public key verification test
According to SP800-56A section 5.6.2.1, the public key to be processed for the ECDH operation shall be checked for appropriateness. When the public key is considered to be an ephemeral key, the partial validation test as defined in SP800-56A section 5.6.2.3.4 can be applied. The partial verification test requires the presence of the field elements of a and b. For the implemented NIST curves, b is defined in FIPS 186-4 appendix D.1.2. The element a is implicitly given with the Weierstrass equation given in D.1.2 where a = p - 3. Without the test, the NIST ACVP testing fails. After adding this check, the NIST ACVP testing passes. Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/ablkcipher.c')
0 files changed, 0 insertions, 0 deletions