openssl/crypto/ffc
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
ffc_backend.c EVP: Implement support for key downgrading in backends 2020-03-25 17:01:32 +01:00
ffc_key_generate.c Change DH_get_nid() to set the value of q if it is not already set 2020-03-07 07:47:58 +10:00
ffc_key_validate.c Add FFC param/key validation 2020-02-16 13:03:46 +10:00
ffc_params_generate.c Add FFC param/key validation 2020-02-16 13:03:46 +10:00
ffc_params_validate.c Add FFC param/key validation 2020-02-16 13:03:46 +10:00
ffc_params.c ffc: use sizeof(*pointer) instead of sizeof(struct) in memset(3) call. 2020-02-17 19:29:05 +10:00