openssl/providers/implementations/encode_decode
slontis 39ed7636e0 Fix decoders so that they use the passed in propq.
Fixes #21198

decoder objects were setting propq as NULL.
Added a set_ctx/settable_ctx to all decoders that should supply
a property query parameter to internal functions.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21219)
2023-08-16 18:02:51 +02:00
..
build.info Add a generic SubjectPublicKeyInfo decoder 2021-06-14 09:43:01 +01:00
decode_der2key.c Fix decoders so that they use the passed in propq. 2023-08-16 18:02:51 +02:00
decode_epki2pki.c Fix decoders so that they use the passed in propq. 2023-08-16 18:02:51 +02:00
decode_msblob2key.c When exporting/importing decoded keys do not use 0 as selection 2023-08-04 10:09:44 -04:00
decode_pem2der.c Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays 2023-04-21 16:19:11 +02:00
decode_pvk2key.c Fix decoders so that they use the passed in propq. 2023-08-16 18:02:51 +02:00
decode_spki2typespki.c Fix decoders so that they use the passed in propq. 2023-08-16 18:02:51 +02:00
encode_key2any.c configure: introduce no-ecx to remove ECX related feature 2023-06-14 13:06:22 +10:00
encode_key2blob.c Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays 2023-04-21 16:19:11 +02:00
encode_key2ms.c Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays 2023-04-21 16:19:11 +02:00
encode_key2text.c Fix typos found by codespell 2023-06-15 10:11:46 +10:00
endecoder_common.c Update copyright year 2022-05-03 13:34:51 +01:00
endecoder_local.h Update copyright year 2021-06-17 13:24:59 +01:00