boringssl/crypto/ec
Adam Langley 9f5a314d35 Automatically generate a missing EC public key.
When d2i_ECPrivateKey reads a private key with a missing (optional)
public key, generate one automatically from the group and private key.

(Imported from upstream's 2083f7c465d07867dd9867b8742bb71c03d1f203)

Change-Id: I9e5090de87cf846ab92e4be5b6bf64e6091d02e4
2014-11-10 13:45:31 -08:00
..
CMakeLists.txt Automatically generate a missing EC public key. 2014-11-10 13:45:31 -08:00
ec_asn1.c Automatically generate a missing EC public key. 2014-11-10 13:45:31 -08:00
ec_error.c Readd EC_GROUP_get_curve_GFp. 2014-08-26 21:52:12 +00:00
ec_key.c Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK. 2014-07-18 23:35:04 +00:00
ec_montgomery.c Inital import. 2014-06-20 13:17:32 -07:00
ec_test.c Automatically generate a missing EC public key. 2014-11-10 13:45:31 -08:00
ec.c Readd EC_GROUP_get_curve_GFp. 2014-08-26 21:52:12 +00:00
example_mul.c Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
internal.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
oct.c Inital import. 2014-06-20 13:17:32 -07:00
simple.c Small tweak to ec_GFp_simple_points_make_affine. 2014-11-05 21:26:04 +00:00
wnaf.c Shush some dead assignments. 2014-11-06 01:34:33 +00:00