]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/openssl/core_names.h
PROV: drop get_params() and gettable_params() from all decoder implementations
authorRichard Levitte <levitte@openssl.org>
Tue, 1 Jun 2021 18:10:45 +0000 (20:10 +0200)
committerPauli <pauli@openssl.org>
Sat, 5 Jun 2021 10:30:35 +0000 (20:30 +1000)
commit6462a4f0508e451f0411e88b2f465f27f1db6cc7
tree1beb544241c95e6ca7d7cd18121883af984e19a4
parent9379bf943a12090de6280e88fb0d246e73658116
PROV: drop get_params() and gettable_params() from all decoder implementations

They aren't needed at all any more, since the properties contain the
same information.

This also drops the parameter names OSSL_DECODER_PARAM_INPUT_TYPE
and OSSL_DECODER_PARAM_INPUT_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/decode_der2key.c
providers/implementations/encode_decode/decode_msblob2key.c
providers/implementations/encode_decode/decode_pem2der.c
providers/implementations/encode_decode/decode_pvk2key.c
providers/implementations/storemgmt/file_store_der2obj.c