Fix external symbols related to ec & sm2 keys
authorShane Lontis <shane.lontis@oracle.com>
Thu, 18 Feb 2021 10:27:26 +0000 (20:27 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Fri, 26 Feb 2021 00:53:01 +0000 (10:53 +1000)
commit32ab57cbb4877ce7e6b4eb3f9b3cfbb0ff7cd10b
tree91e75951efa936b26e3a636b9a0daf90d60182b0
parent5af02212a5331cc30389246bb94f97fbcdebc23a
Fix external symbols related to ec & sm2 keys

Partial fix for #12964

This adds ossl_ names for the following symbols:

ec_*, ecx_*, ecdh_*, ecdsa_*, sm2_*

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14231)
53 files changed:
crypto/ec/ec2_oct.c
crypto/ec/ec2_smpl.c
crypto/ec/ec_ameth.c
crypto/ec/ec_asn1.c
crypto/ec/ec_backend.c
crypto/ec/ec_check.c
crypto/ec/ec_curve.c
crypto/ec/ec_cvt.c
crypto/ec/ec_key.c
crypto/ec/ec_kmeth.c
crypto/ec/ec_lib.c
crypto/ec/ec_local.h
crypto/ec/ec_mult.c
crypto/ec/ec_oct.c
crypto/ec/ec_pmeth.c
crypto/ec/ecdh_kdf.c
crypto/ec/ecdh_ossl.c
crypto/ec/ecdsa_ossl.c
crypto/ec/ecp_mont.c
crypto/ec/ecp_nist.c
crypto/ec/ecp_nistp224.c
crypto/ec/ecp_nistp256.c
crypto/ec/ecp_nistp521.c
crypto/ec/ecp_nistputil.c
crypto/ec/ecp_nistz256.c
crypto/ec/ecp_oct.c
crypto/ec/ecp_s390x_nistp.c
crypto/ec/ecp_smpl.c
crypto/ec/ecx_backend.c
crypto/ec/ecx_key.c
crypto/ec/ecx_meth.c
crypto/evp/ctrl_params_translate.c
crypto/evp/ec_support.c
crypto/evp/p_lib.c
crypto/evp/pmeth_lib.c
crypto/sm2/sm2_crypt.c
crypto/sm2/sm2_key.c
crypto/sm2/sm2_sign.c
include/crypto/ec.h
include/crypto/ecx.h
include/crypto/evp.h
include/crypto/sm2.h
providers/implementations/asymciphers/sm2_enc.c
providers/implementations/encode_decode/decode_der2key.c
providers/implementations/encode_decode/encode_key2text.c
providers/implementations/exchange/ecdh_exch.c
providers/implementations/exchange/ecx_exch.c
providers/implementations/keymgmt/ec_kmgmt.c
providers/implementations/keymgmt/ecx_kmgmt.c
providers/implementations/signature/eddsa.c
providers/implementations/signature/sm2sig.c
test/ec_internal_test.c
test/sm2_internal_test.c