]> git.ipfire.org Git - thirdparty/openssl.git/commit
ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
authorRichard Levitte <levitte@openssl.org>
Wed, 2 Jun 2021 04:32:00 +0000 (06:32 +0200)
committerPauli <pauli@openssl.org>
Sat, 5 Jun 2021 10:30:47 +0000 (20:30 +1000)
commit73c02a6201d08afb4ad5055fc3906e1d4504b578
treed9fce0ced39e25691a79fa14ac2440f07e935d48
parent6462a4f0508e451f0411e88b2f465f27f1db6cc7
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)
crypto/encode_decode/encoder_lib.c
crypto/encode_decode/encoder_local.h
doc/man3/OSSL_ENCODER_CTX.pod
doc/man7/provider-encoder.pod
include/openssl/core_names.h
include/openssl/encoder.h
providers/implementations/encode_decode/encode_key2any.c
providers/implementations/encode_decode/encode_key2text.c
util/libcrypto.num