crypto: ecdh - Add ECDH software support
* Implement ECDH under kpp API * Provide ECC software support for curve P-192 and P-256. * Add kpp test for ECDH with data generated by OpenSSL Signed-off-by: Salvatore Benedetto <salvatore.benedetto@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> CVE-2018-5383 (cherry picked from commit 3c4b2390) Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> Acked-by: Stefan Bader <stefan.bader@canonical.com> Acked-by: Connor Kuehl <connor.kuehl@canonical.com> Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
Showing
crypto/ecc.c
0 → 100644
This diff is collapsed.
crypto/ecc.h
0 → 100644
crypto/ecc_curve_defs.h
0 → 100644
crypto/ecdh.c
0 → 100644
crypto/ecdh_helper.c
0 → 100644
include/crypto/ecdh.h
0 → 100644
Please register or sign in to comment