openssl/crypto/dsa
Richard Levitte 0abae1636d EVP: Implement support for key downgrading in backends
Downgrading EVP_PKEYs from containing provider side internal keys to
containing legacy keys demands support in the EVP_PKEY_ASN1_METHOD.

This became a bit elaborate because the code would be almost exactly
the same as the import functions int EVP_KEYMGMT.  Therefore, we end
up moving most of the code to common backend support files that can be
used both by legacy backend code and by our providers.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11375)
2020-03-25 17:01:32 +01:00
..
build.info EVP: Implement support for key downgrading in backends 2020-03-25 17:01:32 +01:00
dsa_aid.c DSA: More conforming names in crypto/dsa/dsa_aid.c 2020-02-22 01:08:09 +01:00
dsa_ameth.c EVP: Implement support for key downgrading in backends 2020-03-25 17:01:32 +01:00
dsa_asn1.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
dsa_backend.c EVP: Implement support for key downgrading in backends 2020-03-25 17:01:32 +01:00
dsa_check.c Add DSA Key validation to default provider 2020-03-05 08:30:22 +10:00
dsa_depr.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
dsa_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
dsa_gen.c Add FFC param/key validation 2020-02-16 13:03:46 +10:00
dsa_key.c Add pairwise consistency self tests to asym keygenerators 2020-03-03 14:02:36 +10:00
dsa_lib.c Constify various mostly X509-related parameter types in crypto/ and apps/ 2020-03-23 08:30:37 +01:00
dsa_local.h Add FFC param/key validation 2020-02-16 13:03:46 +10:00
dsa_meth.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
dsa_ossl.c Add FFC param/key validation 2020-02-16 13:03:46 +10:00
dsa_pmeth.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
dsa_prn.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
dsa_sign.c Add FFC param/key validation 2020-02-16 13:03:46 +10:00
dsa_vrf.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00