openssl/providers/implementations/encode_decode
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 PROV: Implement an EC key -> blob encoder, to get the public key 2021-02-27 16:14:09 +01:00
decode_der2key.c PROV: Add type specific PKCS#8 decoding to the DER->key decoders 2021-03-19 16:46:39 +01:00
decode_ms2key.c Fix misc external ossl_ symbols. 2021-03-18 17:52:37 +10:00
decode_pem2der.c Fix misc external ossl_ symbols. 2021-03-18 17:52:37 +10:00
encode_key2any.c Fix misc external ossl_ symbols. 2021-03-18 17:52:37 +10:00
encode_key2blob.c Fix misc external ossl_ symbols. 2021-03-18 17:52:37 +10:00
encode_key2ms.c Fix misc external ossl_ symbols. 2021-03-18 17:52:37 +10:00
encode_key2text.c Fix misc external ossl_ symbols. 2021-03-18 17:52:37 +10:00
endecoder_common.c ENCODER: Refactor provider implementations, and some cleanup 2020-09-09 16:35:22 +02:00
endecoder_local.h ENCODER: Refactor provider implementations, and some cleanup 2020-09-09 16:35:22 +02:00