Add ossl_ ecx symbols
authorShane Lontis <shane.lontis@oracle.com>
Tue, 9 Mar 2021 01:04:21 +0000 (11:04 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 18 Mar 2021 07:52:37 +0000 (17:52 +1000)
commit054d43ff972068a0f2ec07319808ca32ad0afb5f
tree084414afcd5637f6d2adfb7b28e61e8843157ab6
parent47864aeafd2ca0ea551f00df99c4c598b53c5912
Add ossl_ ecx symbols

Partial fix for #12964

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14473)
15 files changed:
crypto/ec/curve25519.c
crypto/ec/curve448/curve448.c
crypto/ec/curve448/curve448_local.h
crypto/ec/curve448/curve448_tables.c
crypto/ec/curve448/ed448.h
crypto/ec/curve448/eddsa.c
crypto/ec/curve448/point_448.h
crypto/ec/curve448/scalar.c
crypto/ec/ecx_backend.c
crypto/ec/ecx_meth.c
include/crypto/ecx.h
providers/implementations/exchange/ecx_exch.c
providers/implementations/keymgmt/ecx_kmgmt.c
providers/implementations/signature/eddsa.c
test/curve448_internal_test.c