openssl/crypto/dsa
Richard Levitte bed7437b00 Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer
We previously took an EVP_KEYMGMT pointer, but now found it necessary
to use a different import function in some cases.  Since that's the
only thing we use from EVP_KEYMGMT, we might as well pass the import
function directly, allowing for some flexibility in how export_to is
used.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15293)
2021-05-20 12:57:22 +01:00
..
build.info
dsa_ameth.c Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer 2021-05-20 12:57:22 +01:00
dsa_asn1.c
dsa_backend.c Detect low-level engine and app method based keys 2021-04-19 11:36:16 +02:00
dsa_check.c Update copyright year 2021-03-11 13:27:36 +00:00
dsa_depr.c Update copyright year 2021-04-22 14:38:44 +01:00
dsa_err.c Update copyright year 2021-03-11 13:27:36 +00:00
dsa_gen.c DSA_generate_parameters_ex: use the old method for all small keys 2021-04-01 15:50:45 +02:00
dsa_key.c Update copyright year 2021-03-11 13:27:36 +00:00
dsa_lib.c Do not allow creating empty RSA keys by duplication 2021-04-15 09:23:18 +02:00
dsa_local.h Update copyright year 2021-03-11 13:27:36 +00:00
dsa_meth.c
dsa_ossl.c Update copyright year 2021-03-11 13:27:36 +00:00
dsa_pmeth.c Update copyright year 2021-03-11 13:27:36 +00:00
dsa_prn.c
dsa_sign.c Add ossl_encode symbols 2021-03-18 17:52:37 +10:00
dsa_vrf.c