Fix external symbols related to dsa keys
authorShane Lontis <shane.lontis@oracle.com>
Thu, 18 Feb 2021 06:30:37 +0000 (16:30 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Fri, 26 Feb 2021 00:50:30 +0000 (10:50 +1000)
commit5af02212a5331cc30389246bb94f97fbcdebc23a
tree9ab888f6216de22d3e3532d2e6083755401452d3
parent19dbb742cdf68d8ada6338a025491a3b46b9ebe1
Fix external symbols related to dsa keys

Partial fix for #12964

This adds ossl_ names for the following symbols:

dsa_check_pairwise, dsa_check_params, dsa_check_priv_key, dsa_check_pub_key, dsa_check_pub_key_partial,
dsa_do_sign_int, dsa_ffc_params_fromdata,
dsa_generate_ffc_parameters, dsa_generate_public_key,
dsa_get0_params, dsa_key_fromdata, dsa_new_with_ctx, dsa_pkey_method, dsa_sign_int

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14231)
16 files changed:
crypto/dsa/dsa_ameth.c
crypto/dsa/dsa_backend.c
crypto/dsa/dsa_check.c
crypto/dsa/dsa_gen.c
crypto/dsa/dsa_key.c
crypto/dsa/dsa_lib.c
crypto/dsa/dsa_local.h
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_pmeth.c
crypto/dsa/dsa_sign.c
crypto/evp/pmeth_lib.c
include/crypto/dsa.h
include/crypto/evp.h
providers/implementations/encode_decode/encode_key2text.c
providers/implementations/keymgmt/dsa_kmgmt.c
providers/implementations/signature/dsa.c