Use the new non-curve type specific EC functions internally
authorMatt Caswell <matt@openssl.org>
Mon, 30 Jul 2018 15:40:18 +0000 (16:40 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 31 Jul 2018 08:08:38 +0000 (09:08 +0100)
commit9cc570d4c419e2ca97e2173dc14c484195502dd4
treec5ca35dd93fa1305ce979ff094e1755fb5b03c13
parentde34e45a64f0865264b826255adbe7aee7470780
Use the new non-curve type specific EC functions internally

Fixes #6646

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6815)
22 files changed:
apps/ecparam.c
crypto/ec/ec2_oct.c
crypto/ec/ec2_smpl.c
crypto/ec/ec_asn1.c
crypto/ec/ec_curve.c
crypto/ec/ec_cvt.c
crypto/ec/ec_key.c
crypto/ec/ec_lcl.h
crypto/ec/ecdh_ossl.c
crypto/ec/ecdsa_ossl.c
crypto/ec/eck_prn.c
crypto/ec/ecp_nistp224.c
crypto/ec/ecp_nistp256.c
crypto/ec/ecp_nistp521.c
crypto/ec/ecp_oct.c
crypto/ec/ecp_smpl.c
crypto/sm2/sm2_crypt.c
crypto/sm2/sm2_sign.c
crypto/sm2/sm2_za.c
test/ecstresstest.c
test/ectest.c
test/sm2_internal_test.c