summaryrefslogtreecommitdiffstats
path: root/providers/implementations/encode_decode
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-06-01 20:04:59 +0200
committerPauli <pauli@openssl.org>2021-06-05 20:30:11 +1000
commit9379bf943a12090de6280e88fb0d246e73658116 (patch)
tree88edd720911933e65a162f1daee9d79c5f383e91 /providers/implementations/encode_decode
parent6ec3b2cf4992a304b4ab36f7b9e9ff130bd495b7 (diff)
DECODER: use property definitions instead of getting implementation parameters
The OSSL_DECODER library used to ask each decoder implementation for certain data in form of parameters to place them correctly in the decoder chain, if at all. These parameters were duplicates of properties of those same implementations, and therefore unnecessarily redundant. Now that we have functionality to query property definition values, those duplicates are no longer needed, and are therefore not looked at any more. This adds the "global" error reason ERR_R_INVALID_PROPERTY_DEFINITION, which can be re-used elsewhere. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15570)
Diffstat (limited to 'providers/implementations/encode_decode')
0 files changed, 0 insertions, 0 deletions