openssl/providers/implementations/encode_decode
Richard Levitte 73c02a6201 ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
This was a poor substitute for using the name of the decoder implementation,
and since there is functionality to get the latter now, this parameter
can be dropped.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15570)
2021-06-05 20:30:47 +10:00
..
build.info A few cleanups of the provider build.infos 2021-05-12 13:23:33 +02:00
decode_der2key.c PROV: drop get_params() and gettable_params() from all decoder implementations 2021-06-05 20:30:35 +10:00
decode_msblob2key.c PROV: drop get_params() and gettable_params() from all decoder implementations 2021-06-05 20:30:35 +10:00
decode_pem2der.c PROV: drop get_params() and gettable_params() from all decoder implementations 2021-06-05 20:30:35 +10:00
decode_pvk2key.c PROV: drop get_params() and gettable_params() from all decoder implementations 2021-06-05 20:30:35 +10:00
encode_key2any.c ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE 2021-06-05 20:30:47 +10:00
encode_key2blob.c Fix misc external ossl_ symbols. 2021-03-18 17:52:37 +10:00
encode_key2ms.c Enhance the encoder/decoder tests to allow testing with a non-default library context and configurable providers 2021-06-01 12:16:27 +02:00
encode_key2text.c ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE 2021-06-05 20:30:47 +10:00
endecoder_common.c
endecoder_local.h