openssl/providers/implementations
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
..
asymciphers Use RAND_bytes_ex in crypto/rsa 2020-03-19 18:49:12 +00:00
ciphers
digests DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
exchange Add ECDH to fips provider 2020-03-12 07:36:04 +10:00
include/prov Implement serializers for ED25519 and ED448 2020-03-18 08:40:33 +10:00
kdfs
keymgmt EVP: Implement support for key downgrading in backends 2020-03-25 17:01:32 +01:00
macs
serializers Implement serializers for ED25519 and ED448 2020-03-18 08:40:33 +10:00
signature Add ECDSA to providers 2020-03-15 21:34:29 +10:00
build.info