openssl/providers/implementations/encode_decode
Richard Levitte 6a5f97a671 PROV: drop get_params() and gettable_params() from all encoder implementatio
They aren't needed at all any more, since the properties contain the
same information.

This also drops the parameter names OSSL_ENCODER_PARAM_OUTPUT_TYPE
and OSSL_ENCODER_PARAM_OUTPUT_STRUCTURE

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 PROV: drop get_params() and gettable_params() from all encoder implementatio 2021-06-05 20:30:47 +10:00
encode_key2blob.c PROV: drop get_params() and gettable_params() from all encoder implementatio 2021-06-05 20:30:47 +10:00
encode_key2ms.c PROV: drop get_params() and gettable_params() from all encoder implementatio 2021-06-05 20:30:47 +10:00
encode_key2text.c PROV: drop get_params() and gettable_params() from all encoder implementatio 2021-06-05 20:30:47 +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