openssl/crypto/dsa
Richard Levitte cf33379997 PROV: Add type specific PKCS#8 decoding to the DER->key decoders
This required refactoring a number of functions from the diverse
EVP_PKEY_ASN1_METHOD implementations to become shared backend
functions.  It also meant modifying a few of them to return pointers
to our internal RSA / DSA/ DH / EC_KEY, ... structures instead of
manipulating an EVP_PKEY pointer directly, letting the caller do the
latter.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14314)
2021-03-19 16:46:39 +01:00
..
build.info
dsa_ameth.c PROV: Add type specific PKCS#8 decoding to the DER->key decoders 2021-03-19 16:46:39 +01:00
dsa_asn1.c
dsa_backend.c PROV: Add type specific PKCS#8 decoding to the DER->key decoders 2021-03-19 16:46:39 +01:00
dsa_check.c Update copyright year 2021-03-11 13:27:36 +00:00
dsa_depr.c
dsa_err.c Update copyright year 2021-03-11 13:27:36 +00:00
dsa_gen.c Update copyright year 2021-03-11 13:27:36 +00:00
dsa_key.c Update copyright year 2021-03-11 13:27:36 +00:00
dsa_lib.c Fix external symbols for crypto_* 2021-03-18 17:35:10 +10:00
dsa_local.h Update copyright year 2021-03-11 13:27:36 +00:00
dsa_meth.c dsa: provider and library deprecation changes 2020-12-17 21:09:54 +01:00
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 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
dsa_sign.c Add ossl_encode symbols 2021-03-18 17:52:37 +10:00
dsa_vrf.c