PROV: drop get_params() and gettable_params() from all encoder implementatio
authorRichard Levitte <levitte@openssl.org>
Wed, 2 Jun 2021 04:49:09 +0000 (06:49 +0200)
committerPauli <pauli@openssl.org>
Sat, 5 Jun 2021 10:30:47 +0000 (20:30 +1000)
commit6a5f97a671de6d4d9f0cd6f6fc23ad89ca4ad69f
tree70757e3c57a5d0680dc877703b89ad2dbf0b01e9
parente982e04f5dd12ee2546344b3a26fd0e55f59f5cb
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)
include/openssl/core_names.h
providers/implementations/encode_decode/encode_key2any.c
providers/implementations/encode_decode/encode_key2blob.c
providers/implementations/encode_decode/encode_key2ms.c
providers/implementations/encode_decode/encode_key2text.c